Mitsubishi Netcom User Manual
Rev 3 02/24/2009
46
"A upsShutdownAfterDelay countdown is underway."
::= { upsWellKnownAlarms 22 }
upsAlarmShutdownImminent OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The UPS will turn off power to the load in less than
5 seconds; this may be either a timed shutdown or a
low battery shutdown."
::= { upsWellKnownAlarms 23 }
upsAlarmTestInProgress OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"A test is in progress, as initiated and indicated by
the Test Group.
Tests initiated via other
implementation-specific mechanisms can indicate the
presence of the testing in the alarm table, if
desired, via a OBJECT-TYPE macro in the MIB
document specific to that implementation and are
outside the scope of this OBJECT-TYPE."
::= { upsWellKnownAlarms 24 }
upsTest OBJECT IDENTIFIER ::= { MitsubishiUPS 7 }
upsTestId OBJECT-TYPE
SYNTAX OBJECT IDENTIFIER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The test named by an OBJECT IDENTIFIER which
allows a standard mechanism for the initiation of
a test, including the well known tests identified in
this document."
::= { upsTest 1 }
upsTestSpinLock OBJECT-TYPE
SYNTAX
TestAndIncr
ACCESS
read-write
STATUS
mandatory
DESCRIPTION
"A spin lock on the test subsystem."
::= { upsTest 2 }
upsTestResultsSummary OBJECT-TYPE
SYNTAX
INTEGER
{
donePass(1),
doneWarning(2),
doneError(3),
aborted(4),
inProgress(5),
noTestsInitiated(6)