cpqHeTemperatureCondition
CPQHLTH-MIB ·
.1.3.6.1.4.1.232.6.2.6.8.1.6
Object
column mandatory
Enumeration
The Temperature sensor condition.
This value will be one of the following:
other(1)
Temperature could not be determined.
ok(2)
The temperature sensor is within normal operating range.
degraded(3)
The temperature sensor is outside of normal operating range.
failed(4)
The temperature sensor detects a condition that could
permanently damage the system.
The system will automatically shutdown if the failed(4) condition
results, so it is unlikely that this value will ever be returned
by the agent. If the cpqHeThermalDegradedAction is set to
shutdown(3) the system will be shutdown if the degraded(3)
condition occurs.
Context
- MIB
- CPQHLTH-MIB
- OID
.1.3.6.1.4.1.232.6.2.6.8.1.6- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqHeTemperatureEntry
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 'CPQHLTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHLTH-MIB::cpqHeTemperatureCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQHLTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQHLTH-MIB::cpqHeTemperatureCondition.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQHLTH-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQHLTH-MIB::cpqHeTemperatureCondition'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.