All MIBs › UPS-MIB › upsTestResultsSummary
upsTestResultsSummary
Module: UPS-MIB
OID (symbolic): UPS-MIB::upsTestResultsSummary
OID (numeric): 1.3.6.1.2.1.33.1.7.3
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The results of the current or last UPS diagnostics test performed. The values for donePass(1), doneWarning(2), and doneError(3) indicate that the test completed either successfully, with a warning, or with an error, respectively. The value aborted(4) is returned for tests which are aborted by setting the value of upsTestId to upsTestAbortTestInProgress. Tests which have not yet concluded are indicated by inProgress(5). The value noTestsInitiated(6) indicates that no previous test results are available, such as is the case when no tests have been run since the last reinitialization of the network management subsystem and the system has no provision for non- volatile storage of test results.
What is upsTestResultsSummary?
This value reports the outcome of the most recently run, or currently running, UPS self-diagnostic test, as one of donePass, doneWarning, doneError, aborted, inProgress, or noTestsInitiated. Admins poll this after initiating a test via upsTestId to know whether the battery and UPS subsystems passed, and it also serves as the busy-flag that the spin-lock protocol waits on. A returned value of doneWarning would tell an admin the test completed but flagged a possible battery issue worth investigating via upsTestResultsDetail.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.33.1.7.3 snmpwalk -v2c -c public <target> UPS-MIB::upsTestResultsSummary
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.33.1.7.3.1 snmpget -v2c -c public <target> UPS-MIB::upsTestResultsSummary.1
Start monitoring vendor-neutral, standards-based MIB, Uninterruptible Power Supply (UPS) systems (battery health/runtime/alarm status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the UPS-MIB::upsTestResultsSummary OID value, configure state conditions and alerts, and monitor any vendor-neutral, standards-based MIB, Uninterruptible Power Supply (UPS) systems (battery health/runtime/alarm status) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.33 | upsMIB | UPS-MIB |
| 1.3.6.1.2.1.33.1 | upsObjects | UPS-MIB |
| 1.3.6.1.2.1.33.1.7 | upsTest | UPS-MIB |
| 1.3.6.1.2.1.33.1.7.3 | upsTestResultsSummary | UPS-MIB |