lgpPwrBatteryChargeStatus
LIEBERT-GP-POWER-MIB ·
.1.3.6.1.4.1.476.1.42.3.5.1.14
Object
scalar Enumeration
The present state of the system's battery charge. A value of 'charging' indicates the batteries are currently charging. A value of 'discharging' indicates the batteries are currently discharging. A value of 'fullycharged' indicates the batteries are charged to their full capacity. A value of 'notfullycharged' indicates the battery charge is neither fully charged, charging or discharging.
Context
- MIB
- LIEBERT-GP-POWER-MIB
- OID
.1.3.6.1.4.1.476.1.42.3.5.1.14- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- lgpPwrBattery
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 'LIEBERT-GP-POWER-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LIEBERT-GP-POWER-MIB::lgpPwrBatteryChargeStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LIEBERT-GP-POWER-MIB' -M '/opt/observium/mibs/liebert:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LIEBERT-GP-POWER-MIB::lgpPwrBatteryChargeStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fullycharged |
2 | notfullycharged |
3 | charging |
4 | discharging |