Hi. I have this trigger in zabbix
in the working hour (8 am to 18 pm) this trigger works fine, every 60s is the check.
But between 18 pm and 7h30 am I configured to check every 7 min. In this interval, all my zabbix agent's have false positive on this trigger and the alarm just disappears if I disable it.
Somebody can help me please.
PS: I already configured the timeout to 5 in zabbix-server.conf
Code:
({TRIGGER.VALUE}=0 and
{Template App Zabbix Agent:agent.ping.nodata(8m)}=1
)
({TRIGGER.VALUE}=1 and
{Template App Zabbix Agent:agent.ping.nodata(8m)}=1
)
But between 18 pm and 7h30 am I configured to check every 7 min. In this interval, all my zabbix agent's have false positive on this trigger and the alarm just disappears if I disable it.
Somebody can help me please.
PS: I already configured the timeout to 5 in zabbix-server.conf