Initial commit: ses-monitor watchdog for SES

Универсальный watchdog-мониторинг Service Engine Server (SES):
- Liveness-проверки (API, лицензия, роботы)
- Диалоговые сценарии из YAML с агрегацией в 6 фиксированных Zabbix-метрик
- Доставка: zabbix_sender (active push) или UserParameter (пассивный опрос)
- Поддержка Python 3.7+, Zabbix 5.0
This commit is contained in:
Maksim Totmin
2026-06-19 20:26:26 +07:00
commit 7394b14b52
27 changed files with 5175 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# --- Python ---
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
# --- Virtual environment ---
.venv/
venv/
# --- IDE / editors ---
.vscode/
.idea/
*.swp
*.swo
*~
# --- OS ---
.DS_Store
Thumbs.db
# --- Project specific ---
config/config.yaml