hwInfoGlobalHealthStatus
LENOVO-GbTOR-G8264-MIB ·
.1.3.6.1.4.1.26543.2.7.6.1.3.1.41.1.1.15
Object
column Enumeration
This variable summarizes the statuses of several key elements of the device. OK: - All temperature sensors are below the warning threshold (eg. < 85 C); - All fans are running at >= 100 RPMs; - Both power supplies are on; - No panic dump exists in flash. Non-critical: - One or more temperature sensors is in the warning range (eg. >= 85 and < 100 C); - A panic dump exists in flash. Critical: - One or more temperature sensors is in the failure range (eg. >= 100 C); - One or more fans are running < 100 RPM; - One power supply is off.
Context
- MIB
- LENOVO-GbTOR-G8264-MIB
- OID
.1.3.6.1.4.1.26543.2.7.6.1.3.1.41.1.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hwInfoTableEntry
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 'LENOVO-GbTOR-G8264-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8264-MIB::hwInfoGlobalHealthStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LENOVO-GbTOR-G8264-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8264-MIB::hwInfoGlobalHealthStatus.<hwInfoSwitchNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LENOVO-GbTOR-G8264-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LENOVO-GbTOR-G8264-MIB::hwInfoGlobalHealthStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | noncritical |
3 | critical |