I have some devices with the following SNMP-Table with columns and several rows as described below:
Columns -> "AlarmType", "AlarmDescription"
(SNMP OID: -> ...100.12.1, ...100.12.2)
----------------------------------------------------------
Row 1: -> "20" , "PSU fail on Node 1"
Row 2: -> "35" , "Temperature fail on Node 1"
I search with a SNMP-Table test for a special "AlarmType" and want to display
the according "AlarmDescription" in my Alarm-Mail. (with the help of a macro-variable or something else)
At the moment I can only print the "AlarmType"-value into my Alarm-Mail.
It would be nice to implement in a further HostMon-Version a macro-variable or something else which can use
to display the according "AlarmDescription" of the searched "AlarmType"?