Maksim Totmin
cc53577e31
fix parameters tag: wrap value in <parameter> element for Zabbix 5.0/6.0 compatibility
2026-06-23 18:18:29 +07:00
Maksim Totmin
b3b18b019b
fix preprocessing step tag for Zabbix 5.0/6.0 compatibility: params -> parameters
2026-06-23 18:17:01 +07:00
Maksim Totmin
11a96222f4
add triggers to all Zabbix templates
...
- add WARNING trigger on ses.license.days_remaining (< 30 days)
- add CRITICAL trigger on ses.scenario.error (strlen > 0)
- populate all 5 missing triggers in zbx_ses_template_5.0_up.xml
All 4 templates now have 7 triggers each.
2026-06-23 18:13:43 +07:00
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
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
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