9 Commits

Author SHA1 Message Date
Maksim Totmin
32c59a4005 feat: Zabbix 6.4 UserParameter template + fix scenario metrics
- Add zbx_ses_template_up.xml: Zabbix 6.4 template for UserParameter mode
  (1 master item + 11 dependent items with JSONPath preprocessing)
- Add write_agentd_config() to UserParameterWriter: atomically writes
  zbx_agentd_ses.conf on startup
- Call write_agentd_config() in main.py start() for userparameter mode
- Fix _run_due_scenarios: always write scenario metrics (even when
  disabled/empty) to prevent Zabbix JSONPath preprocessing failures
- Fill placeholder zbx_ses_monitor.conf with actual UserParameter line
- Update README: Zabbix 6/5 template table, Include instructions
2026-06-23 17:41:27 +07:00
Maksim Totmin
0f005d46f0 fix: correct venv path in systemd unit (add missing dot before venv) 2026-06-23 17:19:25 +07:00
Maksim Totmin
c1ca7b9579 docs: use HTTPS clone URL (repo is public) 2026-06-23 15:06:25 +07:00
Maksim Totmin
1433342256 feat: rewrite zbx_ses_template for Zabbix 6.4, sync 5.0 with etalon
- zbx_ses_template.xml: version 6.4, trapper type, proper UUIDs,
  11 items matching etalon, trigger expressions in new last(/host/key) format
- zbx_ses_template_5.0.xml: add ses.license.days_remaining and
  ses.scenario.* items, rename scenario triggers to 'тестовые сценарии'
- README.md: remove Git SSH key mention (irrelevant for Zabbix setup)
2026-06-23 15:01:07 +07:00
Maksim Totmin
79c60fa535 docs: remove Prometheus/Grafana section (incomplete, misleading) 2026-06-19 21:35:55 +07:00
Maksim Totmin
54a2f9ba1b cleanup: remove dead monitoring config fields
archive_check_interval, scenario_default_timeout and
step_time_monitoring were only defined and loaded but never
read by any runtime code (archive_auditor was removed earlier).
2026-06-19 21:25:45 +07:00
Maksim Totmin
e435f4d874 cleanup: remove dead ModelsMonitoringConfig
archive_auditor was removed earlier, but ModelsMonitoringConfig
(SEE, SMC, TTS, QAS, SPR) and its YAML config section remained.
Nowhere in the runtime code reads these settings.
2026-06-19 21:18:21 +07:00
Maksim Totmin
4c38a9a327 chore: refresh git hooks 2026-06-19 21:06:14 +07:00
Maksim Totmin
8dca7eb46b Initial commit: SES Monitor
Watchdog-демон для непрерывного мониторинга SES.
- Liveness-проверки API, лицензии, списка роботов
- Диалоговые сценарии из YAML с агрегацией в 6 фиксированных Zabbix-метрик
- Доставка: zabbix_sender (push) или UserParameter (poll)
- Hot-reload сценариев без перезапуска
2026-06-19 21:04:05 +07:00