upsEBatteryStatus
OBS ✓
EPPC-MIB ·
.1.3.6.1.4.1.935.10.1.1.3.1
Object
scalar mandatory
Enumeration
The status of UPS battery, a value of batteryLow indicates that the battery-low status bit has been set from device. A value of batteryDepleted indicates that the UPS will be unable to sustain the present load when and if the utility power is lost (including the possibility that the utility power is mandatoryly absent and the UPS is unable to sustain the output)
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- EPPC-MIB
- OID
.1.3.6.1.4.1.935.10.1.1.3.1- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- upsEBatterySystem
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 'EPPC-MIB' -M '/opt/observium/mibs/powerwalker:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EPPC-MIB::upsEBatteryStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EPPC-MIB' -M '/opt/observium/mibs/powerwalker:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EPPC-MIB::upsEBatteryStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | batteryNormal |
3 | batteryLow |
4 | batteryDepleted |
5 | batteryDischarging |
6 | batteryFailure |