Monitor description
The SNMP monitor is a dynamic tool for querying multiple object identifiers (OID) from an remote SNMP agent and perform calculations on the returned values.
Note: The system hosting the Network Monitor server must have the Windows SNMP Service
running to use SNMP monitoring. Any community specified by Network Monitor for monitoring must also be specified by the SNMP Service
on the host machine. See Installation Checklist.
SNMP monitor property page
Monitor specific properties
public
.string
. See below for example.161
.CPU utilization
in reports.Result translation
The result translation feature can be used to translate a non-descriptive OID value into a readable string. This feature is only available if the comparison value type is set to string
. The OID value retrieved can still be a numeric value, but is treated as a string.
Example 1
Unknown(1), Alarm(2), Failed(3), Ok(4)
Example 2
Unknown=1,Alarm=2,Failed=3,OK=4
The values 1, 2, 3 and 4 are translated to Unknown, Alarm, Failed and OK. Both examples above are valid notations.
The final translated string is the string used in the comparison operation.