cpqSiMonitorThermalCondition
CPQSINFO-MIB ·
.1.3.6.1.4.1.232.2.2.8.2.1.12
Object
column mandatory
Enumeration
This provides the condition of the monitor`s internal temperature.
This value will be one of the following:
other(1)
Monitor thermal fault reporting is not supported by this monitor
or the Insight Agent does not recognize the status. You may
need to upgrade your software.
ok(2)
The internal temperature is within normal limits.
degraded(3)
The internal temperature is outside normal operating range.
Context
- MIB
- CPQSINFO-MIB
- OID
.1.3.6.1.4.1.232.2.2.8.2.1.12- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- cpqSiMonitorEntry
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 'CPQSINFO-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSINFO-MIB::cpqSiMonitorThermalCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CPQSINFO-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CPQSINFO-MIB::cpqSiMonitorThermalCondition.<cpqSiMonitorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CPQSINFO-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CPQSINFO-MIB::cpqSiMonitorThermalCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |