sensorTempStatus2
SIAE-SENSOR-TEMP-MIB ·
.1.3.6.1.4.1.3373.1103.77.2.1.8
Object
column Enumeration
This object is used to manage temperature related to sensorTempThreshold2.
Values mean:
cleared: sensorTempValue is lower than threshold2
active: sensorTempValue is greater than threshold2
hysteresis: sensorTempValue is between threshold2 and hysteresis2 but
previuosly greater than thresold2.
Context
- MIB
- SIAE-SENSOR-TEMP-MIB
- OID
.1.3.6.1.4.1.3373.1103.77.2.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- sensorTempEntry
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::sensorTempStatus2'
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::sensorTempStatus2.<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::sensorTempStatus2'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | cleared |
2 | alarmed |
3 | hysteresis |