fast question is " is it possible to compare oid lookup value instead of its integer value in SNMP probe ? "
the full story below :
i am using the dude to monitor many devices of my network including the UPS , and am using telegram api for notifications to inform me of the probe status
i am monitoring the following OID 1.3.6.1.2.1.33.1.4.1.0 which is an integer
in the appearance lable i put
Code: Select all
status:[oid("1.3.6.1.2.1.33.1.4.1.0")]
"Service UPS.status on rackUPS is now down (statement 5 == 3 not true)"
instead of this , i want to compare the lookup value instead of the integer value in the probe and see if it is equal "normal"
so when i get a notification it would say "Service UPS.status on rackUPS is now down (statement onbattery == normal not true)
and so back to the first question is it possible to compare oid lookup value instead of its integer value in SNMP probe ? if not do you agree to add this feature in the dude server ?