When I worked at AWS, there were two kinds of alerts that would page people:
However, when business hours start (9am), Zabbix doesn't send a Slack message about those problems that occurred during the night.
A further refinement would be to only alert if the trigger is still triggered.
How would I set this up?
One workaround is to have Zabbix call a script, and let the script handle the business hour logic, adding delayed alerts to a queue. Link
I'm not too keen on that, because it feels like Zabbix has all the necessary pieces to make it work without writing more code.
- Page immediately (Emergency, Severity 2 tickets)
- Page during business hours (Less-urgent, Severity 2.5 tickets)
However, when business hours start (9am), Zabbix doesn't send a Slack message about those problems that occurred during the night.
A further refinement would be to only alert if the trigger is still triggered.
How would I set this up?
One workaround is to have Zabbix call a script, and let the script handle the business hour logic, adding delayed alerts to a queue. Link
I'm not too keen on that, because it feels like Zabbix has all the necessary pieces to make it work without writing more code.
Comment