cpqRackCommonEnclosureCondition
OBS ✓
CPQRACK-MIB ·
.1.3.6.1.4.1.232.22.2.3.1.1.1.16
Object
column mandatory
Enumeration
The overall condition of the enclosure.
This is the aggregate of the temperature sensors, fans, and
fuses within the enclosure.
This value will be one of the following:
other(1)
No temperature sensors, fans, or fuses in the enclosure or the
state could no be determined.
ok(2)
All temperature sensors, fans, and fuses are within the normal
operating range.
degraded(3)
One or more temperature sensors, fans, or fuses are outside of
the normal operating range. None are failed.
failed(4)
The temperature sensor exceeded the critical threshold value,
a required fan has failed, or a fuse has been tripped.
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.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Sensors
Explore Observium network monitoring
Context
- MIB
- CPQRACK-MIB
- OID
.1.3.6.1.4.1.232.22.2.3.1.1.1.16- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqRackCommonEnclosureEntry
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 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQRACK-MIB::cpqRackCommonEnclosureCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQRACK-MIB::cpqRackCommonEnclosureCondition.<cpqRackCommonEnclosureRack>.<cpqRackCommonEnclosureIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQRACK-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQRACK-MIB::cpqRackCommonEnclosureCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |