rupsBatteryStatus
RIELLOUPS-MIB ·
.1.3.6.1.4.1.5491.10.1.2.1
Object
scalar Enumeration
The indication of the capacity remaining in the UPS system's batteries. A value of batteryNormal indicates that the remaining run-time is greater than rupsConfigLowBattTime. A value of batteryLow indicates that the remaining battery run-time is less than or equal to rupsConfigLowBattTime. 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 currently absent and the UPS is unable to sustain the output).
Context
- MIB
- RIELLOUPS-MIB
- OID
.1.3.6.1.4.1.5491.10.1.2.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- rupsBattery
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 'RIELLOUPS-MIB' -M '/opt/observium/mibs/riello:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RIELLOUPS-MIB::rupsBatteryStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RIELLOUPS-MIB' -M '/opt/observium/mibs/riello:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RIELLOUPS-MIB::rupsBatteryStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | batteryNormal |
3 | batteryLow |
4 | batteryDepleted |