A bit of background: our store has 7 Linux servers and 3 Windows. We installed Zabbix agents on each of them, and they're all being monitored just fine. Set up an email system for warning triggers, all seemed to be going well. I wanted to change the default "zabbix agent unreachable for 5 minutes" trigger to 1 minute intervals like so:
{Template App Zabbix Agent:agent.ping.nodata(1m)}=1
Doing this caused the system to freak out. I started getting a continuous stream of emails from three of the ten servers, 2 Linux and 1 Windows, saying "PROBLEM: Zabbix agent on [hostname] is unreachable for 1 minute", followed up by a resolution "OK" email. I was able to fix the issue by changing the Template App Zabbix Agent ping update interval from 60 seconds to 30.
Could this be some issue with the item's update interval being out of sync with the alert trigger? Is there documentation about this issue?
{Template App Zabbix Agent:agent.ping.nodata(1m)}=1
Doing this caused the system to freak out. I started getting a continuous stream of emails from three of the ten servers, 2 Linux and 1 Windows, saying "PROBLEM: Zabbix agent on [hostname] is unreachable for 1 minute", followed up by a resolution "OK" email. I was able to fix the issue by changing the Template App Zabbix Agent ping update interval from 60 seconds to 30.
Could this be some issue with the item's update interval being out of sync with the alert trigger? Is there documentation about this issue?
Comment