sensorTempMonitorOperStatus
SIAE-SENSOR-TEMP-MIB ·
.1.3.6.1.4.1.3373.1103.77.7.1.2
Object
column Enumeration
The current state of the temperatuure monitor. Usually this object report the same value of sensorTempMonitorAdminStatus. When there is some problem related to the temperature sensor, this object shown the down(2) value even if sensorTempMonitorAdminStatus is set to up(1).
Context
- MIB
- SIAE-SENSOR-TEMP-MIB
- OID
.1.3.6.1.4.1.3373.1103.77.7.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sensorTempMonitorEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SIAE-SENSOR-TEMP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-SENSOR-TEMP-MIB::sensorTempMonitorOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-SENSOR-TEMP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-SENSOR-TEMP-MIB::sensorTempMonitorOperStatus.<sensorTempIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-SENSOR-TEMP-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-SENSOR-TEMP-MIB::sensorTempMonitorOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |