13 lines
494 B
JSON
13 lines
494 B
JSON
{
|
||
"_comment": "Файл состояния локально хранится в корне проекта (./state.json), а на сервере — в /var/lib/traffic-checker/state.json",
|
||
"11111111-2222-4333-8444-555555555555": {
|
||
"last_threshold": 80.0,
|
||
"is_critical": false,
|
||
"period_reset": "2026-08-26T03:00:00+03:00"
|
||
},
|
||
"a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d": {
|
||
"last_threshold": 100.0,
|
||
"is_critical": true,
|
||
"period_reset": "2026-08-03T03:00:00+03:00"
|
||
}
|
||
} |