Code:
({TRIGGER.VALUE}=0 and {Template App HTTP Service:net.tcp.service[http].max(#3)}=0) or ({TRIGGER.VALUE}=1 and {Template App HTTP Service:net.tcp.service[http].max(#3)}=1)
Im trying to understand why this trigger does not work as I want. With current expression trigger change their status all time from ok to problem, problem to ok, ok to problem. Meanwhile the status of HTTP service is down I do not understand why the trigger status is jumping all the time.
I think the expression is pretty simple, so why is not working properly?
My zabbix version is 3.X by the way.
Any ideas?

Comment