I have a custom poller checking a Cisco device's EIGRP topology table. The SNMP OID returns the correct value when I test it in the UnDP application when compared to the CLI output, so I am positive I have the right OID. The returned value is currently when I run a test on the assigned nodes.
In the Advanced Alert application there is the ability to alert based on a custom node poller, and one of the trigger conditions to alert on is "Value _has changed_".
I'm having a difficult time finding the variable that reports the actual polled value. If I run a test email using the following variables:
Node: ${Node.Caption}
Value: ${CurrentValue}
Current value: ${CustomPollerStatus.CurrentValue}
Raw Status: ${CustomPollerStatus.RawStatus}
Column Number: ${CustomPollers.ColumnNumber}
Include Historic Stats: ${CustomPollers.IncludeHistoricStatistics}
Unit: ${CustomPollers.Unit}
Time: ${CustomPollerStatus.DateTime}
None of the above actually output the correct numeric value. Is there a variable that isn't shown on the Insert Variable section to send the raw numeric output?