build: добавлен pyproject.toml и Makefile, обновлены шаблоны

This commit is contained in:
2026-08-01 04:49:22 +03:00
parent 97f237b281
commit 703fc9dd57
6 changed files with 80 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"_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"
}
}