cpqSiMonitorOperationalCondition
CPQSINFO-MIB ·
.1.3.6.1.4.1.232.2.2.8.2.1.13
Object
column mandatory
Enumeration
This provides the condition of the monitor`s operational features.
This condition value will be one of the following:
other(1)
Monitor operational 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 monitor is operating within normal limits.
degraded(3)
The monitor is not functioning within normal operating limits.
At least one of the operational features has become degraded.
failed(4)
The monitor is not functioning within normal operating limits.
At least one of the operational features has failed causing the
monitor to not be usable. The monitor should be replaced.
Context
- MIB
- CPQSINFO-MIB
- OID
.1.3.6.1.4.1.232.2.2.8.2.1.13- 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::cpqSiMonitorOperationalCondition'
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::cpqSiMonitorOperationalCondition.<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::cpqSiMonitorOperationalCondition'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | ok |
3 | degraded |
4 | failed |