UPS-MIB

MIB Reference — IPNetwork Monitor

All MIBsUPS-MIB

Organization: IETF UPS MIB Working Group

Last Updated: 1994-02-23

Category: Hardware and Environment

Description:

Defines managed objects for managing Uninterruptible Power Supply (UPS) systems, including battery status, input/output power measurements, alarms, and test controls.

Imported Objects

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

Counter32
Gauge32
Integer32
MODULE-IDENTITY
NOTIFICATION-TYPE
OBJECT-IDENTITY
OBJECT-TYPE
mib-2

From SNMPv2-TC

AutonomousType
DisplayString
TestAndIncr
TimeInterval
TimeStamp

What Is UPS-MIB?

UPS-MIB (RFC 1628) is a vendor-neutral IETF standards-track module for managing Uninterruptible Power Supply systems, applicable to UPS units from any manufacturer that implements it, making this UPS MIB one of the most widely implemented standard modules in power-monitoring deployments. It exposes identification data (manufacturer, model, firmware/software version), battery-related measurements, input/output power parameters, alarm conditions, and test/control objects. It is squarely a hardware-status monitoring MIB: it reports battery health (normal, low, depleted), estimated runtime and charge remaining, time already spent on battery, battery voltage and current, and the UPS's own firmware/software version, making it central to detecting an impending power failure or a degraded battery before it causes an outage. It has no significant dependency beyond the base SNMPv2-SMI framework, being a self-contained standard, and it is often paired with vendor-specific extension MIBs for proprietary features. It is typically deployed in data centers and server rooms, polled by monitoring systems to provide early warning of utility power loss or battery aging.

IPNetwork Monitor allows you to monitor SNMP objects defined in UPS-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.

What Can Be Monitored

  • battery status (normal/low/depleted)
  • estimated minutes remaining on battery
  • estimated battery charge remaining
  • time already spent on battery
  • battery voltage and current
  • UPS software/firmware version and attached device count

Supported Devices

  • vendor-neutral, standards-based MIB, not tied to a specific manufacturer
  • Uninterruptible Power Supply (UPS) systems

Monitoring Examples

An administrator would poll upsBatteryStatus, upsSecondsOnBattery, upsEstimatedMinutesRemaining, and upsEstimatedChargeRemaining to watch a UPS's response during a power event; a upsBatteryStatus transition away from normal combined with a fast-dropping upsEstimatedMinutesRemaining signals an aging battery or an overloaded UPS that won't ride through the outage, while upsIdentUPSSoftwareVersion and upsIdentAttachedDevices help confirm firmware currency and load inventory.

OIDs
OID symbolicOID numericTypeAccessDescription
upsMIB1.3.6.1.2.1.33The MIB module to describe Uninterruptible Power Supplies.
upsObjects1.3.6.1.2.1.33.1
upsIdent1.3.6.1.2.1.33.1.1
STR upsIdentManufacturer1.3.6.1.2.1.33.1.1.1DisplayStringread-onlyThe name of the UPS manufacturer.
STR upsIdentModel1.3.6.1.2.1.33.1.1.2DisplayStringread-onlyThe UPS Model designation.
STR upsIdentUPSSoftwareVersion1.3.6.1.2.1.33.1.1.3DisplayStringread-onlyThe UPS firmware/software version(s). This variable may or may not have the same value as upsIdentAgentSoftwareVersion in some implementations.
STR upsIdentAgentSoftwareVersion1.3.6.1.2.1.33.1.1.4DisplayStringread-onlyThe UPS agent software version. This variable may or may not have the same value as upsIdentUPSSoftwareVersion in some implementations.
STR upsIdentName1.3.6.1.2.1.33.1.1.5DisplayStringread-writeA string identifying the UPS. This object should be set by the administrator.
STR upsIdentAttachedDevices1.3.6.1.2.1.33.1.1.6DisplayStringread-writeA string identifying the devices attached to the output(s) of the UPS. This object should be set by the administrator.
upsBattery1.3.6.1.2.1.33.1.2
INT upsBatteryStatus1.3.6.1.2.1.33.1.2.1INTEGERread-onlyThe indication of the capacity remaining in the UPS system's batteries. A value of batteryNormal indicates that the remaining run-time is greater than upsConfigLowBattTime. A value of batteryLow indicates that the remaining battery run-time is less than or equal to upsConfigLowBattTime. 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).
NUM upsSecondsOnBattery1.3.6.1.2.1.33.1.2.2NonNegativeIntegerread-onlyIf the unit is on battery power, the elapsed time since the UPS last switched to battery power, or the time since the network management subsystem was last restarted, whichever is less. Zero shall be returned if the unit is not on battery power.
NUM upsEstimatedMinutesRemaining1.3.6.1.2.1.33.1.2.3PositiveIntegerread-onlyAn estimate of the time to battery charge depletion under the present load conditions if the utility power is off and remains off, or if it were to be lost and remain off.
INT upsEstimatedChargeRemaining1.3.6.1.2.1.33.1.2.4INTEGERread-onlyAn estimate of the battery charge remaining expressed as a percent of full charge.
NUM upsBatteryVoltage1.3.6.1.2.1.33.1.2.5NonNegativeIntegerread-onlyThe magnitude of the present battery voltage.
I32 upsBatteryCurrent1.3.6.1.2.1.33.1.2.6Integer32read-onlyThe present battery current.
I32 upsBatteryTemperature1.3.6.1.2.1.33.1.2.7Integer32read-onlyThe ambient temperature at or near the UPS Battery casing.
upsInput1.3.6.1.2.1.33.1.3
C32 upsInputLineBads1.3.6.1.2.1.33.1.3.1Counter32read-onlyA count of the number of times the input entered an out-of-tolerance condition as defined by the manufacturer. This count is incremented by one each time the input transitions from zero out-of-tolerance lines to one or more input lines out-of-tolerance.
NUM upsInputNumLines1.3.6.1.2.1.33.1.3.2NonNegativeIntegerread-onlyThe number of input lines utilized in this device. This variable indicates the number of rows in the input table.
upsInputTable1.3.6.1.2.1.33.1.3.3not-accessibleA list of input table entries. The number of entries is given by the value of upsInputNumLines.
upsInputEntry1.3.6.1.2.1.33.1.3.3.1not-accessibleAn entry containing information applicable to a particular input line.
NUM upsInputLineIndex1.3.6.1.2.1.33.1.3.3.1.1PositiveIntegernot-accessibleThe input line identifier.
NUM upsInputFrequency1.3.6.1.2.1.33.1.3.3.1.2NonNegativeIntegerread-onlyThe present input frequency.
NUM upsInputVoltage1.3.6.1.2.1.33.1.3.3.1.3NonNegativeIntegerread-onlyThe magnitude of the present input voltage.
NUM upsInputCurrent1.3.6.1.2.1.33.1.3.3.1.4NonNegativeIntegerread-onlyThe magnitude of the present input current.
NUM upsInputTruePower1.3.6.1.2.1.33.1.3.3.1.5NonNegativeIntegerread-onlyThe magnitude of the present input true power.
upsOutput1.3.6.1.2.1.33.1.4
INT upsOutputSource1.3.6.1.2.1.33.1.4.1INTEGERread-onlyThe present source of output power. The enumeration none(2) indicates that there is no source of output power (and therefore no output power), for example, the system has opened the output breaker.
NUM upsOutputFrequency1.3.6.1.2.1.33.1.4.2NonNegativeIntegerread-onlyThe present output frequency.
NUM upsOutputNumLines1.3.6.1.2.1.33.1.4.3NonNegativeIntegerread-onlyThe number of output lines utilized in this device. This variable indicates the number of rows in the output table.
upsOutputTable1.3.6.1.2.1.33.1.4.4not-accessibleA list of output table entries. The number of entries is given by the value of upsOutputNumLines.
upsOutputEntry1.3.6.1.2.1.33.1.4.4.1not-accessibleAn entry containing information applicable to a particular output line.
NUM upsOutputLineIndex1.3.6.1.2.1.33.1.4.4.1.1PositiveIntegernot-accessibleThe output line identifier.
NUM upsOutputVoltage1.3.6.1.2.1.33.1.4.4.1.2NonNegativeIntegerread-onlyThe present output voltage.
NUM upsOutputCurrent1.3.6.1.2.1.33.1.4.4.1.3NonNegativeIntegerread-onlyThe present output current.
NUM upsOutputPower1.3.6.1.2.1.33.1.4.4.1.4NonNegativeIntegerread-onlyThe present output true power.
INT upsOutputPercentLoad1.3.6.1.2.1.33.1.4.4.1.5INTEGERread-onlyThe percentage of the UPS power capacity presently being used on this output line, i.e., the greater of the percent load of true power capacity and the percent load of VA.
upsBypass1.3.6.1.2.1.33.1.5
NUM upsBypassFrequency1.3.6.1.2.1.33.1.5.1NonNegativeIntegerread-onlyThe present bypass frequency.
NUM upsBypassNumLines1.3.6.1.2.1.33.1.5.2NonNegativeIntegerread-onlyThe number of bypass lines utilized in this device. This entry indicates the number of rows in the bypass table.
upsBypassTable1.3.6.1.2.1.33.1.5.3not-accessibleA list of bypass table entries. The number of entries is given by the value of upsBypassNumLines.
upsBypassEntry1.3.6.1.2.1.33.1.5.3.1not-accessibleAn entry containing information applicable to a particular bypass input.
NUM upsBypassLineIndex1.3.6.1.2.1.33.1.5.3.1.1PositiveIntegernot-accessibleThe bypass line identifier.
NUM upsBypassVoltage1.3.6.1.2.1.33.1.5.3.1.2NonNegativeIntegerread-onlyThe present bypass voltage.
NUM upsBypassCurrent1.3.6.1.2.1.33.1.5.3.1.3NonNegativeIntegerread-onlyThe present bypass current.
NUM upsBypassPower1.3.6.1.2.1.33.1.5.3.1.4NonNegativeIntegerread-onlyThe present true power conveyed by the bypass.
upsAlarm1.3.6.1.2.1.33.1.6
G32 upsAlarmsPresent1.3.6.1.2.1.33.1.6.1Gauge32read-onlyThe present number of active alarm conditions.
upsAlarmTable1.3.6.1.2.1.33.1.6.2not-accessibleA list of alarm table entries. The table contains zero, one, or many rows at any moment, depending upon the number of alarm conditions in effect. The table is initially empty at agent startup. The agent creates a row in the table each time a condition is detected and deletes that row when that condition no longer pertains. The agent creates the first row with upsAlarmId equal to 1, and increments the value of upsAlarmId each time a new row is created, wrapping to the first free value greater than or equal to 1 when the maximum value of upsAlarmId would otherwise be exceeded. Consequently, after multiple operations, the table may become sparse, e.g., containing entries for rows 95, 100, 101, and 203 and the entries should not be assumed to be in chronological order because upsAlarmId might have wrapped. Alarms are named by an AutonomousType (OBJECT IDENTIFIER), upsAlarmDescr, to allow a single table to reflect well known alarms plus alarms defined by a particular implementation, i.e., as documented in the private enterprise MIB definition for the device. No two rows will have the same value of upsAlarmDescr, since alarms define conditions. In order to meet this requirement, care should be taken in the definition of alarm conditions to insure that a system cannot enter the same condition multiple times simultaneously. The number of rows in the table at any given time is reflected by the value of upsAlarmsPresent.
upsAlarmEntry1.3.6.1.2.1.33.1.6.2.1not-accessibleAn entry containing information applicable to a particular alarm.
NUM upsAlarmId1.3.6.1.2.1.33.1.6.2.1.1PositiveIntegernot-accessibleA unique identifier for an alarm condition. This value must remain constant.
OID upsAlarmDescr1.3.6.1.2.1.33.1.6.2.1.2AutonomousTyperead-onlyA reference to an alarm description object. The object referenced should not be accessible, but rather be used to provide a unique description of the alarm condition.
TIM upsAlarmTime1.3.6.1.2.1.33.1.6.2.1.3TimeStampread-onlyThe value of sysUpTime when the alarm condition was detected. If the alarm condition was detected at the time of agent startup and presumably existed before agent startup, the value of upsAlarmTime shall equal 0.
upsWellKnownAlarms1.3.6.1.2.1.33.1.6.3
upsAlarmBatteryBad1.3.6.1.2.1.33.1.6.3.1One or more batteries have been determined to require replacement.
upsAlarmOnBattery1.3.6.1.2.1.33.1.6.3.2The UPS is drawing power from the batteries.
upsAlarmLowBattery1.3.6.1.2.1.33.1.6.3.3The remaining battery run-time is less than or equal to upsConfigLowBattTime.
upsAlarmDepletedBattery1.3.6.1.2.1.33.1.6.3.4The UPS will be unable to sustain the present load when and if the utility power is lost.
upsAlarmTempBad1.3.6.1.2.1.33.1.6.3.5A temperature is out of tolerance.
upsAlarmInputBad1.3.6.1.2.1.33.1.6.3.6An input condition is out of tolerance.
upsAlarmOutputBad1.3.6.1.2.1.33.1.6.3.7An output condition (other than OutputOverload) is out of tolerance.
upsAlarmOutputOverload1.3.6.1.2.1.33.1.6.3.8The output load exceeds the UPS output capacity.
upsAlarmOnBypass1.3.6.1.2.1.33.1.6.3.9The Bypass is presently engaged on the UPS.
upsAlarmBypassBad1.3.6.1.2.1.33.1.6.3.10The Bypass is out of tolerance.
upsAlarmOutputOffAsRequested1.3.6.1.2.1.33.1.6.3.11The UPS has shutdown as requested, i.e., the output is off.
upsAlarmUpsOffAsRequested1.3.6.1.2.1.33.1.6.3.12The entire UPS has shutdown as commanded.
upsAlarmChargerFailed1.3.6.1.2.1.33.1.6.3.13An uncorrected problem has been detected within the UPS charger subsystem.
upsAlarmUpsOutputOff1.3.6.1.2.1.33.1.6.3.14The output of the UPS is in the off state.
upsAlarmUpsSystemOff1.3.6.1.2.1.33.1.6.3.15The UPS system is in the off state.
upsAlarmFanFailure1.3.6.1.2.1.33.1.6.3.16The failure of one or more fans in the UPS has been detected.
upsAlarmFuseFailure1.3.6.1.2.1.33.1.6.3.17The failure of one or more fuses has been detected.
upsAlarmGeneralFault1.3.6.1.2.1.33.1.6.3.18A general fault in the UPS has been detected.
upsAlarmDiagnosticTestFailed1.3.6.1.2.1.33.1.6.3.19The result of the last diagnostic test indicates a failure.
upsAlarmCommunicationsLost1.3.6.1.2.1.33.1.6.3.20A problem has been encountered in the communications between the agent and the UPS.
upsAlarmAwaitingPower1.3.6.1.2.1.33.1.6.3.21The UPS output is off and the UPS is awaiting the return of input power.
upsAlarmShutdownPending1.3.6.1.2.1.33.1.6.3.22A upsShutdownAfterDelay countdown is underway.
upsAlarmShutdownImminent1.3.6.1.2.1.33.1.6.3.23The 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.
upsAlarmTestInProgress1.3.6.1.2.1.33.1.6.3.24A 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-IDENTITY macro in the MIB document specific to that implementation and are outside the scope of this OBJECT-IDENTITY.
upsTest1.3.6.1.2.1.33.1.7
OID upsTestId1.3.6.1.2.1.33.1.7.1OBJECT IDENTIFIERread-writeThe test is named by an OBJECT IDENTIFIER which allows a standard mechanism for the initiation of tests, including the well known tests identified in this document as well as those introduced by a particular implementation, i.e., as documented in the private enterprise MIB definition for the device. Setting this variable initiates the named test. Sets to this variable require the presence of upsTestSpinLock in the same SNMP message. The set request will be rejected with an appropriate error message if the requested test cannot be performed, including attempts to start a test when another test is already in progress. The status of the current or last test is maintained in upsTestResultsSummary. Tests in progress may be aborted by setting the upsTestId variable to upsTestAbortTestInProgress. Read operations return the value of the name of the test in progress if a test is in progress or the name of the last test performed if no test is in progress, unless no test has been run, in which case the well known value upsTestNoTestsInitiated is returned.
TES upsTestSpinLock1.3.6.1.2.1.33.1.7.2TestAndIncrread-writeA spin lock on the test subsystem. The spinlock is used as follows. Before starting a test, a manager-station should make sure that a test is not in progress as follows: try_again: get (upsTestSpinLock) while (upsTestResultsSummary == inProgress) { /* loop while a test is running for another manager */ short delay get (upsTestSpinLock) } lock_value = upsTestSpinLock /* no test in progress, start the test */ set (upsTestSpinLock = lock_value, upsTestId = requested_test) if (error_index == 1) { /* (upsTestSpinLock failed) */ /* if problem is not access control, then some other manager slipped in ahead of us */ goto try_again } if (error_index == 2) { /* (upsTestId) */ /* cannot perform the test */ give up } /* test started ok */ /* wait for test completion by polling upsTestResultsSummary */ get (upsTestSpinLock, upsTestResultsSummary, upsTestResultsDetail) while (upsTestResultsSummary == inProgress) { short delay get (upsTestSpinLock, upsTestResultsSummary, upsTestResultsDetail) } /* when test completes, retrieve any additional test results */ /* if upsTestSpinLock == lock_value + 1, then these are our test */ /* results (as opposed to another manager's */ The initial value of upsTestSpinLock at agent initialization shall be 1.
INT upsTestResultsSummary1.3.6.1.2.1.33.1.7.3INTEGERread-onlyThe 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.
STR upsTestResultsDetail1.3.6.1.2.1.33.1.7.4DisplayStringread-onlyAdditional information about upsTestResultsSummary. If no additional information available, a zero length string is returned.
TIM upsTestStartTime1.3.6.1.2.1.33.1.7.5TimeStampread-onlyThe value of sysUpTime at the time the test in progress was initiated, or, if no test is in progress, the time the previous test was initiated. If the value of upsTestResultsSummary is noTestsInitiated(6), upsTestStartTime has the value 0.
NUM upsTestElapsedTime1.3.6.1.2.1.33.1.7.6TimeIntervalread-onlyThe amount of time, in TimeTicks, since the test in progress was initiated, or, if no test is in progress, the previous test took to complete. If the value of upsTestResultsSummary is noTestsInitiated(6), upsTestElapsedTime has the value 0.
upsWellKnownTests1.3.6.1.2.1.33.1.7.7
upsTestNoTestsInitiated1.3.6.1.2.1.33.1.7.7.1No tests have been initiated and no test is in progress.
upsTestAbortTestInProgress1.3.6.1.2.1.33.1.7.7.2The test in progress is to be aborted / the test in progress was aborted.
upsTestGeneralSystemsTest1.3.6.1.2.1.33.1.7.7.3The manufacturer's standard test of UPS device systems.
upsTestQuickBatteryTest1.3.6.1.2.1.33.1.7.7.4A test that is sufficient to determine if the battery needs replacement.
upsTestDeepBatteryCalibration1.3.6.1.2.1.33.1.7.7.5The system is placed on battery to a discharge level, set by the manufacturer, sufficient to determine battery replacement and battery run-time with a high degree of confidence. WARNING: this test will leave the battery in a low charge state and will require time for recharging to a level sufficient to provide normal battery duration for the protected load.
upsControl1.3.6.1.2.1.33.1.8
INT upsShutdownType1.3.6.1.2.1.33.1.8.1INTEGERread-writeThis object determines the nature of the action to be taken at the time when the countdown of the upsShutdownAfterDelay and upsRebootWithDuration objects reaches zero. Setting this object to output(1) indicates that shutdown requests should cause only the output of the UPS to turn off. Setting this object to system(2) indicates that shutdown requests will cause the entire UPS system to turn off.
INT upsShutdownAfterDelay1.3.6.1.2.1.33.1.8.2INTEGERread-writeSetting this object will shutdown (i.e., turn off) either the UPS output or the UPS system (as determined by the value of upsShutdownType at the time of shutdown) after the indicated number of seconds, or less if the UPS batteries become depleted. Setting this object to 0 will cause the shutdown to occur immediately. Setting this object to -1 will abort the countdown. If the system is already in the desired state at the time the countdown reaches 0, then nothing will happen. That is, there is no additional action at that time if upsShutdownType = system and the system is already off. Similarly, there is no additional action at that time if upsShutdownType = output and the output is already off. When read, upsShutdownAfterDelay will return the number of seconds remaining until shutdown, or -1 if no shutdown countdown is in effect. On some systems, if the agent is restarted while a shutdown countdown is in effect, the countdown may be aborted. Sets to this object override any upsShutdownAfterDelay already in effect.
INT upsStartupAfterDelay1.3.6.1.2.1.33.1.8.3INTEGERread-writeSetting this object will start the output after the indicated number of seconds, including starting the UPS, if necessary. Setting this object to 0 will cause the startup to occur immediately. Setting this object to -1 will abort the countdown. If the output is already on at the time the countdown reaches 0, then nothing will happen. Sets to this object override the effect of any upsStartupAfterDelay countdown or upsRebootWithDuration countdown in progress. When read, upsStartupAfterDelay will return the number of seconds until startup, or -1 if no startup countdown is in effect. If the countdown expires during a utility failure, the startup shall not occur until the utility power is restored. On some systems, if the agent is restarted while a startup countdown is in effect, the countdown is aborted.
INT upsRebootWithDuration1.3.6.1.2.1.33.1.8.4INTEGERread-writeSetting this object will immediately shutdown (i.e., turn off) either the UPS output or the UPS system (as determined by the value of upsShutdownType at the time of shutdown) for a period equal to the indicated number of seconds, after which time the output will be started, including starting the UPS, if necessary. If the number of seconds required to perform the request is greater than the requested duration, then the requested shutdown and startup cycle shall be performed in the minimum time possible, but in no case shall this require more than the requested duration plus 60 seconds. When read, upsRebootWithDuration shall return the number of seconds remaining in the countdown, or -1 if no countdown is in progress. If the startup should occur during a utility failure, the startup shall not occur until the utility power is restored.
INT upsAutoRestart1.3.6.1.2.1.33.1.8.5INTEGERread-writeSetting this object to 'on' will cause the UPS system to restart after a shutdown if the shutdown occurred during a power loss as a result of either a upsShutdownAfterDelay or an internal battery depleted condition. Setting this object to 'off' will prevent the UPS system from restarting after a shutdown until an operator manually or remotely explicitly restarts it. If the UPS is in a startup or reboot countdown, then the UPS will not restart until that delay has been satisfied.
upsConfig1.3.6.1.2.1.33.1.9
NUM upsConfigInputVoltage1.3.6.1.2.1.33.1.9.1NonNegativeIntegerread-writeThe magnitude of the nominal input voltage. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.
NUM upsConfigInputFreq1.3.6.1.2.1.33.1.9.2NonNegativeIntegerread-writeThe nominal input frequency. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.
NUM upsConfigOutputVoltage1.3.6.1.2.1.33.1.9.3NonNegativeIntegerread-writeThe magnitude of the nominal output voltage. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.
NUM upsConfigOutputFreq1.3.6.1.2.1.33.1.9.4NonNegativeIntegerread-writeThe nominal output frequency. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.
NUM upsConfigOutputVA1.3.6.1.2.1.33.1.9.5NonNegativeIntegerread-onlyThe magnitude of the nominal Volt-Amp rating.
NUM upsConfigOutputPower1.3.6.1.2.1.33.1.9.6NonNegativeIntegerread-onlyThe magnitude of the nominal true power rating.
NUM upsConfigLowBattTime1.3.6.1.2.1.33.1.9.7NonNegativeIntegerread-writeThe value of upsEstimatedMinutesRemaining at which a lowBattery condition is declared. For agents which support only discrete (discontinuous) values, then the agent shall round up to the next supported value. If the requested value is larger than the largest supported value, then the largest supported value shall be selected.
INT upsConfigAudibleStatus1.3.6.1.2.1.33.1.9.8INTEGERread-writeThe requested state of the audible alarm. When in the disabled state, the audible alarm should never sound. The enabled state is self-describing. Setting this object to muted(3) when the audible alarm is sounding shall temporarily silence the alarm. It will remain muted until it would normally stop sounding and the value returned for read operations during this period shall equal muted(3). At the end of this period, the value shall revert to enabled(2). Writes of the value muted(3) when the audible alarm is not sounding shall be accepted but otherwise shall have no effect.
NUM upsConfigLowVoltageTransferPoint1.3.6.1.2.1.33.1.9.9NonNegativeIntegerread-writeThe minimum input line voltage allowed before the UPS system transfers to battery backup.
NUM upsConfigHighVoltageTransferPoint1.3.6.1.2.1.33.1.9.10NonNegativeIntegerread-writeThe maximum line voltage allowed before the UPS system transfers to battery backup.
upsTraps1.3.6.1.2.1.33.2
NTF upsTrapOnBattery1.3.6.1.2.1.33.2.1The UPS is operating on battery power. This trap is persistent and is resent at one minute intervals until the UPS either turns off or is no longer running on battery.
NTF upsTrapTestCompleted1.3.6.1.2.1.33.2.2This trap is sent upon completion of a UPS diagnostic test.
NTF upsTrapAlarmEntryAdded1.3.6.1.2.1.33.2.3This trap is sent each time an alarm is inserted into to the alarm table. It is sent on the insertion of all alarms except for upsAlarmOnBattery and upsAlarmTestInProgress.
NTF upsTrapAlarmEntryRemoved1.3.6.1.2.1.33.2.4This trap is sent each time an alarm is removed from the alarm table. It is sent on the removal of all alarms except for upsAlarmTestInProgress.
upsConformance1.3.6.1.2.1.33.3
upsCompliances1.3.6.1.2.1.33.3.1
upsSubsetCompliance1.3.6.1.2.1.33.3.1.1The compliance statement for UPSs that only support the two-contact communication protocol.
upsBasicCompliance1.3.6.1.2.1.33.3.1.2The compliance statement for UPSs that support full-featured functions, such as control.
upsFullCompliance1.3.6.1.2.1.33.3.1.3The compliance statement for UPSs that support advanced full-featured functions.
upsGroups1.3.6.1.2.1.33.3.2
upsSubsetGroups1.3.6.1.2.1.33.3.2.1
upsSubsetIdentGroup1.3.6.1.2.1.33.3.2.1.1The upsSubsetIdentGroup defines objects which are common across all UPSs which meet subset compliance. Most devices which conform to the upsSubsetIdentGroup will provide access to these objects via a proxy agent. If the proxy agent is compatible with multiple UPS types, configuration of the proxy agent will require specifying some of these values, either individually, or as a group (perhaps through a table lookup mechanism based on the UPS model number).
upsSubsetBatteryGroup1.3.6.1.2.1.33.3.2.1.2The upsSubsetBatteryGroup defines the objects that are common to battery groups of two-contact UPSs.
upsSubsetInputGroup1.3.6.1.2.1.33.3.2.1.3The upsSubsetInputGroup defines the objects that are common to the Input groups of two-contact UPSs.
upsSubsetOutputGroup1.3.6.1.2.1.33.3.2.1.4The upsSubsetOutputGroup defines the objects that are common to the Output groups of two-contact UPSs.
upsSubsetAlarmGroup1.3.6.1.2.1.33.3.2.1.6The upsSubsetAlarmGroup defines the objects that are common to the Alarm groups of two-contact UPSs.
upsSubsetControlGroup1.3.6.1.2.1.33.3.2.1.8The upsSubsetControlGroup defines the objects that are common to the Control groups of two-contact UPSs.
upsSubsetConfigGroup1.3.6.1.2.1.33.3.2.1.9The upsSubsetConfigGroup defines the objects that are common to the Config groups of two-contact UPSs.
upsBasicGroups1.3.6.1.2.1.33.3.2.2
upsBasicIdentGroup1.3.6.1.2.1.33.3.2.2.1The upsBasicIdentGroup defines objects which are common to the Ident group of compliant UPSs which support basic functions.
upsBasicBatteryGroup1.3.6.1.2.1.33.3.2.2.2The upsBasicBatteryGroup defines the objects that are common to the battery groups of compliant UPSs which support basic functions.
upsBasicInputGroup1.3.6.1.2.1.33.3.2.2.3The upsBasicInputGroup defines the objects that are common to the Input groups of compliant UPSs which support basic functions.
upsBasicOutputGroup1.3.6.1.2.1.33.3.2.2.4The upsBasicOutputGroup defines the objects that are common to the Output groups of compliant UPSs which support basic functions.
upsBasicBypassGroup1.3.6.1.2.1.33.3.2.2.5The upsBasicBypassGroup defines the objects that are common to the Bypass groups of compliant UPSs which support basic functions.
upsBasicAlarmGroup1.3.6.1.2.1.33.3.2.2.6The upsBasicAlarmGroup defines the objects that are common to the Alarm groups of compliant UPSs which support basic functions.
upsBasicTestGroup1.3.6.1.2.1.33.3.2.2.7The upsBasicTestGroup defines the objects that are common to the Test groups of compliant UPSs which support basic functions.
upsBasicControlGroup1.3.6.1.2.1.33.3.2.2.8The upsBasicControlGroup defines the objects that are common to the Control groups of compliant UPSs which support basic functions.
upsBasicConfigGroup1.3.6.1.2.1.33.3.2.2.9The upsBasicConfigGroup defines the objects that are common to the Config groups of UPSs which support basic functions.
upsFullGroups1.3.6.1.2.1.33.3.2.3
upsFullIdentGroup1.3.6.1.2.1.33.3.2.3.1The upsFullIdentGroup defines objects which are common to the Ident group of fully compliant UPSs.
upsFullBatteryGroup1.3.6.1.2.1.33.3.2.3.2The upsFullBatteryGroup defines the objects that are common to the battery groups of fully compliant UPSs.
upsFullInputGroup1.3.6.1.2.1.33.3.2.3.3The upsFullInputGroup defines the objects that are common to the Input groups of fully compliant UPSs.
upsFullOutputGroup1.3.6.1.2.1.33.3.2.3.4The upsFullOutputGroup defines the objects that are common to the Output groups of fully compliant UPSs.
upsFullBypassGroup1.3.6.1.2.1.33.3.2.3.5The upsFullBypassGroup defines the objects that are common to the Bypass groups of fully compliant UPSs.
upsFullAlarmGroup1.3.6.1.2.1.33.3.2.3.6The upsFullAlarmGroup defines the objects that are common to the Alarm groups of fully compliant UPSs.
upsFullTestGroup1.3.6.1.2.1.33.3.2.3.7The upsFullTestGroup defines the objects that are common to the Test groups of fully compliant UPSs.
upsFullControlGroup1.3.6.1.2.1.33.3.2.3.8The upsFullControlGroup defines the objects that are common to the Control groups of fully compliant UPSs.
upsFullConfigGroup1.3.6.1.2.1.33.3.2.3.9The upsFullConfigGroup defines the objects that are common to the Config groups of fully compliant UPSs.

RFC description

Defines managed objects for Uninterruptible Power Supply (UPS) devices including battery status, input/output voltage, load, alarms, and test control as standardized in RFC 1628.

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. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.

Download UPS-MIB