Zabbix 3.2
I have a web scenario that will timeout and then recover on the next poll. I need to change the trigger so that it will only alarm after the check has failed twice but I can't seem to figure out how to make it work. The log on the server shows it only failing once before the alarm.
The condition I am using is:
{Template Web Root Check:web.test.rspcode[Login Page Response Code 200,Web Page Check].last(#2)}<>200
What do I need to change to get this to only alarm after it has failed twice?
I have a web scenario that will timeout and then recover on the next poll. I need to change the trigger so that it will only alarm after the check has failed twice but I can't seem to figure out how to make it work. The log on the server shows it only failing once before the alarm.
The condition I am using is:
{Template Web Root Check:web.test.rspcode[Login Page Response Code 200,Web Page Check].last(#2)}<>200
What do I need to change to get this to only alarm after it has failed twice?
Comment