I have an instance of Zabbix that just pings and snmp queries devices. There are ~2500 devices that I am polling. I have an action that is configured for Trigger = Problem and Severity >= Warning. I have been running into weird issues so I disabled ~2000 hosts... leaving about 400 and change to be monitored.
The triggers I have configured are leveraging off of NoData for 5 mins.
for the ping: polling every minute ( so I want to trigger after 2 downs in a row)
{host:icmpping. sum( 120 ) }=0
for the snmp query: polling every 2 mins ( same as above with an extra 60s)
{host:system.hostname. nodata( 300 ) }#0
When I look at the zabbix dashboard it is correct and only the hosts with issues are displayed... But the actions are triggering for all of the hosts that are disabled, because they have no data for > 5 mins.
Thoughts/opinions on how to fix this issue?
The triggers I have configured are leveraging off of NoData for 5 mins.
for the ping: polling every minute ( so I want to trigger after 2 downs in a row)
{host:icmpping. sum( 120 ) }=0
for the snmp query: polling every 2 mins ( same as above with an extra 60s)
{host:system.hostname. nodata( 300 ) }#0
When I look at the zabbix dashboard it is correct and only the hosts with issues are displayed... But the actions are triggering for all of the hosts that are disabled, because they have no data for > 5 mins.
Thoughts/opinions on how to fix this issue?
Comment