Ad Widget
Collapse
same value line trigger detection
Collapse
X
-
Hi,
I try with "nodata" fonction :
{Host:snmptrap[.1.3.6.1.4.1.674.10892.2.0.2000].nodata(30)}=0
but cant acknowledge ....Comment
-
-
Ok now i get it
Look in documentation
Under Hysteresis
You need one trigger, like
This trigger will fire when your server1 item will get new value line, and go to OK state when server2 item gets new value line.Code:({TRIGGER.VALUE}=0 and {server:item.diff(log)}=1) OR ({TRIGGER.VALUE}=1 and {server2.item.diff(log)]=0)Comment
-
Try this. Whole expression is one trigger.
{TRIGGER.VALUE}=0 means that trigger is in OK status =1 PROBLEMCode:({TRIGGER.VALUE}=0 and {hostest:snmptrap[.1.3.6.1.4.1.674.10892.2.0.2002].diff(log)}=0) OR ({TRIGGER.VALUE}=1 and {hostest:snmptrap[.1.3.6.1.4.1.674.10892.2.0.2004].diff(log)}=0)Comment
Comment