I hope I am not trying to do the impossible here...
I am in the process of creating an ALERT that will trigger when a power supply goes from normal(2) to any other condition. I have the poller created and it is using snChasPwrSupplyDescription as the label for the table being displayed under Node Details.
What I would like to do is include this label in the ALERT message to make the notification via the Event Log and email more meaningful and descriptive. What I am having an issue with is finding the variable to add into the log and the email. I am able to use ${CustomPollerStatus.RawStatus} to put the current value of the power supply status into the log / email but nothing for the power supply description.
FOUNDRY-SN-AGENT-MIB::snChasPwrSupplyOperStatus.1 = INTEGER: normal(2)
FOUNDRY-SN-AGENT-MIB::snChasPwrSupplyDescription.1 = STRING: "bottom power supply"
Any help with this would be greatly appreciated. I have struggled with alerts in the past when using custom pollers. It seems that the custom poller variables are difficult to pull from the database.
Any help on this would be greatly appreciated. Thanks in advance.
-Patrick