Hello,
I have problems with WEB Zabbix >> Configuration >> Triggers >> Expression >> {meliorat_lrt:icmppingsec.last(0)}=0
The connection with remote object "meliorat_lrt" is very bad and "{meliorat_lrt:icmppingsec.last(0)}=0" is triggered very often.
Is it possible to do somehow so that "{meliorat_lrt:icmppingsec.last(0)}=0" would trigger if there is not connection with an object within 10 minutes.
I tried the expression ({meliorat_lrt:icmppingsec.last(0)}=0)&({meliorat_ lrt:icmppingsec.count(600)) but it doesn’t work.
I also tried the expression {meliorat_lrt:icmppingsec.last(0).count(600)}=0 - it writes an error:
"ERROR:Cannot update trigger. No such host (meliorat_lrt) or monitored parameter (icmppingsec.last(0))"
I have problems with WEB Zabbix >> Configuration >> Triggers >> Expression >> {meliorat_lrt:icmppingsec.last(0)}=0
The connection with remote object "meliorat_lrt" is very bad and "{meliorat_lrt:icmppingsec.last(0)}=0" is triggered very often.
Is it possible to do somehow so that "{meliorat_lrt:icmppingsec.last(0)}=0" would trigger if there is not connection with an object within 10 minutes.
I tried the expression ({meliorat_lrt:icmppingsec.last(0)}=0)&({meliorat_ lrt:icmppingsec.count(600)) but it doesn’t work.
I also tried the expression {meliorat_lrt:icmppingsec.last(0).count(600)}=0 - it writes an error:
"ERROR:Cannot update trigger. No such host (meliorat_lrt) or monitored parameter (icmppingsec.last(0))"
Comment