Hi,
I have configured couple of triggers which has to trigger when no data is generated or last '3' values are more than 400. But looks like 'nodata' trigger is not getting triggered, and 'last 3 value' trigger is getting triggered only for last 1 values.
Triggers are as follows,
For last 3 values,
is getting triggered if last value is more than 400, but it suppose to check last 3 values , and if all 3 are more than 400 then only get triggered. Please correct me if my thinkings are wrong
For no data ( if no data is received for 2 minutes )
Any pointers are greatly helpful.
Thanks.
I have configured couple of triggers which has to trigger when no data is generated or last '3' values are more than 400. But looks like 'nodata' trigger is not getting triggered, and 'last 3 value' trigger is getting triggered only for last 1 values.
Triggers are as follows,
For last 3 values,
Code:
{Zabbix-Firewall-Interfaces:checkPing[{HOST.IP}].min(#3)}>400
For no data ( if no data is received for 2 minutes )
Code:
{Zabbix-Firewall-Interfaces:checkPing[{HOST.IP}].nodata(120)}=0
Any pointers are greatly helpful.
Thanks.

Comment