Hello all,
I am trying to create trigger that will trig a PROBLEM only if 2 last values equals to 0 or None
tried to do this:
{Vision-Master:netflow_check.sh["{HOST.CONN}"].str(None,#2)}=1 or {Vision-Master:netflow_check.sh["{HOST.CONN}"].regexp(^0$,#2)}=1
but it went to PROBLEM state after one None or 0
Zabbix version : 4.4
Thanks,
Vova.
I am trying to create trigger that will trig a PROBLEM only if 2 last values equals to 0 or None
tried to do this:
{Vision-Master:netflow_check.sh["{HOST.CONN}"].str(None,#2)}=1 or {Vision-Master:netflow_check.sh["{HOST.CONN}"].regexp(^0$,#2)}=1
but it went to PROBLEM state after one None or 0
Zabbix version : 4.4
Thanks,
Vova.
Comment