I am running the latest Zabbix, and I am trying to figure out what is the best trigger to use so that it alerts me only if a web check failed like 2 or 3 times in a row. I am seeing that for some reason some sites fail 1st attempt but then the 2nd check succeeds. So i'm getting tons of false alerts.
Would a trigger like this be considered what i should use?
{Zabbix server:web.test.fail[domain.com].min(#2)}>0
Also I know in the past it was suggested to do stuff like TRIGGER.VALUE=0 xxxx or TRIGGER.VALUE=1, do you really need to do that?
Would a trigger like this be considered what i should use?
{Zabbix server:web.test.fail[domain.com].min(#2)}>0
Also I know in the past it was suggested to do stuff like TRIGGER.VALUE=0 xxxx or TRIGGER.VALUE=1, do you really need to do that?
Comment