Hey Everyone,
I am unable to get an advanced alert to send the status of a custom MIB poller.The custom MIB value type is "raw value" and the type is "enumeration".
Here is the trigger I used:
"Trigger the alert when all the following apply
MIB is equal to ctron-chassis-mib:ctchassishaspoersupplyredundancy
Status is equal to redundant(1)"
In the e-mail alert message I entered:
${date} ${time} The device ${NodeName} has a status of ${CustomPollerStatus.Status}
The response in the e-mail is:
9/28/2007 10:47 AM The device DON7130 has a status of ${CustomPollerStatus.Status}
It seems like no matter what I try it will not display "redundant(1)". I know the poller is working because it displays correctly on the web monitoring interface.
Does anyone have any idea what the problem might be?
Thanks in advance for any help.