I am very fresh to Zabbix and am trying to set up a very basic ping check for one of our servers. I have created a host and an item (icmpping) and the ping check is working great. If I disable ping responses on the server-side, the item response changes correctly to a '0' in the reports. I then created a trigger that says
Which I believe should be correct. I'm trying to say, if the last result was a 0.
I then added a new action where the only condition is that Trigger=My Created Trigger and the operation is to send a message to me via text and email.
After I disable pings on the server, the reports successfully change to a 0 but I receive no messages. Where am I going wrong?
Code:
{testserver:icmpping[,,,,].last(0)}=0
I then added a new action where the only condition is that Trigger=My Created Trigger and the operation is to send a message to me via text and email.
After I disable pings on the server, the reports successfully change to a 0 but I receive no messages. Where am I going wrong?
Comment