Maksim Totmin
fd45734a74
fix Zabbix 6.0 template triggers: avg( #3 ) on scenario.failed, remove duplicate ok trigger
...
- Change ses.scenario.failed triggers: last() -> avg(#3 ) for reliable detection
- Remove ses.scenario.ok trigger (duplicates scenario.failed > 0)
- Fix preprocessing: parameters with parameter child elements for Zabbix 6.0
- Remove UUID dashes (32 hex chars) for Zabbix 6.0 compatibility
- Fix template_groups -> groups format for Zabbix 6.0
- Fix strlen() -> length() for Zabbix 6.0 trigger compatibility
- All templates now have 6 triggers each
2026-06-23 19:24:03 +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
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