componentStatusHealthState

CME-MIB · .1.3.6.1.4.1.2.3.51.2.22.37.1.1.4

Object

column mandatory Enumeration
The system health state for the component.
              
Unknown: Component is in an undefined state.
Good: Component is operating normally.
Warning: One or more outstanding warnings exist for this component.
Critical: One or more outstanding critical events for this component.
Kernel Mode: Component is in kernel mode.
Discovering: The MM is currently in the process of discovering this component.
Communications Error: The MM failed to communicate with this component.
No Power: No power to the component's domain.
Flashing: Flashing in progress.
Initialization Failure: Component failed to initialized.
Insufficient Power: Not enough power is left in the component's domain to power the component.
Power Denied: Power was denied to the component.

Context

MIB
CME-MIB
OID
.1.3.6.1.4.1.2.3.51.2.22.37.1.1.4
Type
column
Access
readonly
Status
mandatory
Parent
componentSystemStatusEntry

Walk 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 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentStatusHealthState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::componentStatusHealthState.<componentStatusTopologyPath>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::componentStatusHealthState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0unknown
1good
2warning
3critical
4kernelMode
5discovering
6commError
7noPower
8flashing
9initFailure
10insufficientPower
11powerDenied
12maintMode
13firehoseDump