Hi All,
Wondering whether somebody can help me... I have a SNMP check that returns a text value of "00 00 00 00" when it's status is OK. If any values change in "00 00 00 00" there is a problem and I would like a trigger to occur so I am notified.
I have configured the following problem condition where if the string value does not equal "00 00 00 00"
Along with the following recovery condition where the string value does equal "00 00 00 00"
However the a problem is being triggered constantly even though its reporting back with a string value of "00 00 00 00". Any help would be greatly appreciated!
Wondering whether somebody can help me... I have a SNMP check that returns a text value of "00 00 00 00" when it's status is OK. If any values change in "00 00 00 00" there is a problem and I would like a trigger to occur so I am notified.
I have configured the following problem condition where if the string value does not equal "00 00 00 00"
Code:
last(/Alcatel SNMP Virtual-Chassis by Joe Phillips/vcmissing2.slot)<>"00 00 00 00"
Code:
last(/Alcatel SNMP Virtual-Chassis by Joe Phillips/vcmissing2.slot)="00 00 00 00"
Comment