Hi, I created a trigger in Zabbix that will check the ping to a user for 10 minutes. And then it will send an email to my account if the ping is not successful. So for the trigger, i did it like this :
And it didn't work, then I changed the expression to :
Still it doesn't change anything. What I want to accomplish here is simply to set a trigger that sends an email if I can't ping a host for a certain duration.
Thanks in advance for any help.
Regards,
Zaki
Code:
{Template ICMP Ping:icmpping.nodata(5m)}=1
Code:
{Template ICMP Ping:icmpping.max(#5)}=0
Thanks in advance for any help.
Regards,
Zaki
Comment