dupsTestResultsSummary
DeltaUPSv5-MIB ·
.1.3.6.1.4.1.2254.2.5.8.2
Object
scalar mandatory
Enumeration
The results of the current or last UPS diagnostics test performed. The values for donePass(1), generalTestFail(3), and batteryTestFail(4) indicate that the test completed either successfully, with a warning, or with an error, respectively.Tests which have not yet concluded are indicated by inProgress(2). The value noTestsInitiated(1) indicates that no previous test results are available.
Context
- MIB
- DeltaUPSv5-MIB
- OID
.1.3.6.1.4.1.2254.2.5.8.2- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- dupsTest
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 'DeltaUPSv5-MIB' -M '/opt/observium/mibs/delta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DeltaUPSv5-MIB::dupsTestResultsSummary.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DeltaUPSv5-MIB' -M '/opt/observium/mibs/delta:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DeltaUPSv5-MIB::dupsTestResultsSummary'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noTestsInitiated |
2 | donePass |
3 | inProgress |
4 | generalTestFail |
5 | batteryTestFail |
6 | deepBatteryTestFail |