upsTest OBJECT-TYPE
SYNTAX INTEGER {
unitOK(1),
unitFailed(2),
badBattery(3),
noRecentTest(4), -- no test performed in the last five
-- minutes
underTest(5)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Denotes the status performed on the UPS. A write
unitOK(1) intiates the test. A read indicates status of
test."