hwGlobalHealthStatus
LENOVO-GbTOR-G8296-MIB ·
.1.3.6.1.4.1.19046.2.7.22.1.3.1.15
Object
scalar 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-G8296-MIB
- OID
.1.3.6.1.4.1.19046.2.7.22.1.3.1.15- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hardware
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'LENOVO-GbTOR-G8296-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LENOVO-GbTOR-G8296-MIB::hwGlobalHealthStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LENOVO-GbTOR-G8296-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LENOVO-GbTOR-G8296-MIB::hwGlobalHealthStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | noncritical |
3 | critical |