RIELLOUPS-MIB

MIB Reference — IPNetwork Monitor

All MIBsRIELLOUPS-MIB

Category: UPS and Power

Description:

Manages Riello UPS device status, input/output measurements, alarms, and control operations.

Imported Objects

From RFC-1212

OBJECT-TYPE

From RFC-1215

TRAP-TYPE

From RFC1155-SMI

Counter
Gauge

From RIELLO-MIB

rielloMIBMODULE-IDENTITY

From SNMPv2-CONF

MODULE-COMPLIANCE
OBJECT-GROUP

From SNMPv2-SMI

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

From SNMPv2-TC

AutonomousType
DisplayString
TEXTUAL-CONVENTION
TestAndIncr
TimeInterval
TimeStamp

What Is RIELLOUPS-MIB?

RIELLOUPS-MIB is an RPS S.p.A. (Riello UPS) vendor-specific MIB modeled closely on the structure of the standard UPS-MIB (RFC 1628), for managing Riello uninterruptible power supply units. It exposes device identity (rupsIdentManufacturer, rupsIdentModel, rupsIdentUPSSoftwareVersion, rupsIdentNominalPowerVA/W, rupsIdentBatteryVoltage/Capacity) and battery status (rupsBatteryStatus, with states unknown/batteryNormal/batteryLow/batteryDepleted), alongside further input/output measurement, alarm, and control groups typical of a UPS MIB. It exposes power-chain health data — battery condition, nominal ratings, and (from the wider MIB) input/output voltage and alarm state — central to monitoring facility power protection rather than network traffic. It depends on the RIELLO-MIB enterprise root for its OID placement and mirrors conventions from RFC1628-style UPS MIBs. It is deployed on Riello UPS units in data center and telecom equipment rooms, and administrators can download the RIELLOUPS-MIB file to load it into their MIB browser.

IPNetwork Monitor allows you to monitor SNMP objects defined in RIELLOUPS-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 and charge state
  • input/output voltage and frequency measurements
  • UPS identity and firmware version
  • nominal power/battery capacity ratings
  • alarm and control notification objects

Supported Devices

  • Riello UPS units (RPS S.p.A.)

Monitoring Examples

An operator polls rupsBatteryStatus to confirm it reports batteryNormal(2) rather than batteryLow(3) or batteryDepleted(4), and cross-checks rupsIdentBatteryCapacity against expected values; a UPS reporting batteryDepleted alongside a utility power loss would indicate the site is at imminent risk of a hard shutdown.

OIDs
OID symbolicOID numericTypeAccessDescription
rupsMIB1.3.6.1.4.1.5491.10
rupsObjects1.3.6.1.4.1.5491.10.1
rupsIdent1.3.6.1.4.1.5491.10.1.1
STR rupsIdentManufacturer1.3.6.1.4.1.5491.10.1.1.1DisplayStringread-onlyThe name of the UPS manufacturer.
STR rupsIdentModel1.3.6.1.4.1.5491.10.1.1.2DisplayStringread-onlyThe UPS Model designation.
STR rupsIdentUPSSoftwareVersion1.3.6.1.4.1.5491.10.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 rupsIdentAgentSoftwareVersion1.3.6.1.4.1.5491.10.1.1.4DisplayStringread-onlyThe UPS agent software version. This variable may or may not have the same value as upsIdentUPSSoftwareVersion in some implementations.
STR rupsIdentName1.3.6.1.4.1.5491.10.1.1.5DisplayStringread-writeA string identifying the UPS. This object should be set by the administrator.
STR rupsIdentAttachedDevices1.3.6.1.4.1.5491.10.1.1.6DisplayStringread-writeA string identifying the devices attached to the output(s) of the UPS. This object should be set by the administrator.
INT rupsIdentIOConfiguration1.3.6.1.4.1.5491.10.1.1.7INTEGERread-onlyThe UPS IO configuration.
INT rupsIdentUpsType1.3.6.1.4.1.5491.10.1.1.8INTEGERread-onlyThe UPS type.
INT rupsIdentNominalPowerVA1.3.6.1.4.1.5491.10.1.1.9INTEGERread-onlyThe UPS nominal power VA.
INT rupsIdentNominalPowerW1.3.6.1.4.1.5491.10.1.1.10INTEGERread-onlyThe UPS nominal power W.
INT rupsIdentBatteryVoltage1.3.6.1.4.1.5491.10.1.1.11INTEGERread-onlyThe UPS nominal battery voltage.
INT rupsIdentBatteryCapacity1.3.6.1.4.1.5491.10.1.1.12INTEGERread-onlyThe UPS nominal battery capacity.
INT rupsIdentOutputVoltage1.3.6.1.4.1.5491.10.1.1.13INTEGERread-onlyThe UPS nominal output voltage.
INT rupsIdentOutputFrequency1.3.6.1.4.1.5491.10.1.1.14INTEGERread-onlyThe UPS nominal output frequency.
rupsBattery1.3.6.1.4.1.5491.10.1.2
INT rupsBatteryStatus1.3.6.1.4.1.5491.10.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 rupsConfigLowBattTime. A value of batteryLow indicates that the remaining battery run-time is less than or equal to rupsConfigLowBattTime. 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 rupsSecondsOnBattery1.3.6.1.4.1.5491.10.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 rupsEstimatedMinutesRemaining1.3.6.1.4.1.5491.10.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 rupsEstimatedChargeRemaining1.3.6.1.4.1.5491.10.1.2.4INTEGERread-onlyAn estimate of the battery charge remaining expressed as a percent of full charge.
NUM rupsBatteryVoltage1.3.6.1.4.1.5491.10.1.2.5NonNegativeIntegerread-onlyThe magnitude of the present battery voltage.
INT rupsBatteryCurrent1.3.6.1.4.1.5491.10.1.2.6INTEGERread-onlyThe present battery current.
INT rupsBatteryTemperature1.3.6.1.4.1.5491.10.1.2.7INTEGERread-onlyThe ambient temperature at or near the UPS Battery casing.
INT rupsBatteryPositiveVoltage1.3.6.1.4.1.5491.10.1.2.8INTEGERread-onlyThe UPS Battery positive voltage.
INT rupsBatteryNegativeVoltage1.3.6.1.4.1.5491.10.1.2.9INTEGERread-onlyThe UPS Battery negative voltage.
INT rupsBatteryPositiveCurrent1.3.6.1.4.1.5491.10.1.2.10INTEGERread-onlyThe UPS Battery positive current.
INT rupsBatteryNegativeCurrent1.3.6.1.4.1.5491.10.1.2.11INTEGERread-onlyThe UPS Battery positive current.
INT rupsIsCharging1.3.6.1.4.1.5491.10.1.2.12INTEGERread-onlyThe charging/discharging status of the battery
rupsInput1.3.6.1.4.1.5491.10.1.3
CTR rupsInputLineBads1.3.6.1.4.1.5491.10.1.3.1Counterread-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 rupsInputNumLines1.3.6.1.4.1.5491.10.1.3.2NonNegativeIntegerread-onlyThe number of input lines utilized in this device. This variable indicates the number of rows in the input table.
rupsInputTable1.3.6.1.4.1.5491.10.1.3.3not-accessibleA list of input table entries. The number of entries is given by the value of upsInputNumLines.
rupsInputEntry1.3.6.1.4.1.5491.10.1.3.3.1not-accessibleAn entry containing information applicable to a particular input line.
NUM rupsInputLineIndex1.3.6.1.4.1.5491.10.1.3.3.1.1PositiveIntegernot-accessibleThe input line identifier.
NUM rupsInputFrequency1.3.6.1.4.1.5491.10.1.3.3.1.2NonNegativeIntegerread-onlyThe present input frequency.
NUM rupsInputVoltage1.3.6.1.4.1.5491.10.1.3.3.1.3NonNegativeIntegerread-onlyThe magnitude of the present input voltage.
NUM rupsInputCurrent1.3.6.1.4.1.5491.10.1.3.3.1.4NonNegativeIntegerread-onlyThe magnitude of the present input current.
NUM rupsInputTruePower1.3.6.1.4.1.5491.10.1.3.3.1.5NonNegativeIntegerread-onlyThe magnitude of the present input true power.
rupsOutput1.3.6.1.4.1.5491.10.1.4
INT rupsOutputSource1.3.6.1.4.1.5491.10.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 rupsOutputFrequency1.3.6.1.4.1.5491.10.1.4.2NonNegativeIntegerread-onlyThe present output frequency.
NUM rupsOutputNumLines1.3.6.1.4.1.5491.10.1.4.3NonNegativeIntegerread-onlyThe number of output lines utilized in this device. This variable indicates the number of rows in the output table.
rupsOutputTable1.3.6.1.4.1.5491.10.1.4.4not-accessibleA list of output table entries. The number of entries is given by the value of rupsOutputNumLines.
rupsOutputEntry1.3.6.1.4.1.5491.10.1.4.4.1not-accessibleAn entry containing information applicable to a particular output line.
NUM rupsOutputLineIndex1.3.6.1.4.1.5491.10.1.4.4.1.1PositiveIntegernot-accessibleThe output line identifier.
NUM rupsOutputVoltage1.3.6.1.4.1.5491.10.1.4.4.1.2NonNegativeIntegerread-onlyThe present output voltage.
NUM rupsOutputCurrent1.3.6.1.4.1.5491.10.1.4.4.1.3NonNegativeIntegerread-onlyThe present output current.
NUM rupsOutputPower1.3.6.1.4.1.5491.10.1.4.4.1.4NonNegativeIntegerread-onlyThe present output true power.
INT rupsOutputPercentLoad1.3.6.1.4.1.5491.10.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.
NUM rupsOutputPeakCurrent1.3.6.1.4.1.5491.10.1.4.4.1.6NonNegativeIntegerread-onlyThe present output peak current.
rupsBypass1.3.6.1.4.1.5491.10.1.5
NUM rupsBypassFrequency1.3.6.1.4.1.5491.10.1.5.1NonNegativeIntegerread-onlyThe present bypass frequency.
NUM rupsBypassNumLines1.3.6.1.4.1.5491.10.1.5.2NonNegativeIntegerread-onlyThe number of bypass lines utilized in this device. This entry indicates the number of rows in the bypass table.
rupsBypassTable1.3.6.1.4.1.5491.10.1.5.3not-accessibleA list of bypass table entries. The number of entries is given by the value of rupsBypassNumLines.
rupsBypassEntry1.3.6.1.4.1.5491.10.1.5.3.1not-accessibleAn entry containing information applicable to a particular bypass input.
NUM rupsBypassLineIndex1.3.6.1.4.1.5491.10.1.5.3.1.1PositiveIntegernot-accessibleThe bypass line identifier.
NUM rupsBypassVoltage1.3.6.1.4.1.5491.10.1.5.3.1.2NonNegativeIntegerread-onlyThe present bypass voltage.
NUM rupsBypassCurrent1.3.6.1.4.1.5491.10.1.5.3.1.3NonNegativeIntegerread-onlyThe present bypass current.
NUM rupsBypassPower1.3.6.1.4.1.5491.10.1.5.3.1.4NonNegativeIntegerread-onlyThe present true power conveyed by the bypass.
rupsAlarm1.3.6.1.4.1.5491.10.1.6
GAU rupsAlarmsPresent1.3.6.1.4.1.5491.10.1.6.1Gaugeread-onlyThe present number of active alarm conditions.
rupsAlarmTable1.3.6.1.4.1.5491.10.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 rupsAlarmId equal to 1, and increments the value of rupsAlarmId each time a new row is created, wrapping to the first free value greater than or equal to 1 when the maximum value of rupsAlarmId 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 rupsAlarmId might have wrapped. Alarms are named by an AutonomousType (OBJECT IDENTIFIER), rupsAlarmDescr, 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 rupsAlarmDescr, 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 rupsAlarmsPresent.
rupsAlarmEntry1.3.6.1.4.1.5491.10.1.6.2.1not-accessibleAn entry containing information applicable to a particular alarm.
NUM rupsAlarmId1.3.6.1.4.1.5491.10.1.6.2.1.1PositiveIntegernot-accessibleA unique identifier for an alarm condition. This value must remain constant.
OID rupsAlarmDescr1.3.6.1.4.1.5491.10.1.6.2.1.2OBJECT IDENTIFIERread-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.
NUM rupsAlarmTime1.3.6.1.4.1.5491.10.1.6.2.1.3PositiveIntegerread-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 rupsAlarmTime shall equal 0.
rupsWellKnownAlarms1.3.6.1.4.1.5491.10.1.6.3
rupsAlarmBatteryBad1.3.6.1.4.1.5491.10.1.6.3.1
rupsAlarmOnBattery1.3.6.1.4.1.5491.10.1.6.3.2
rupsAlarmLowBattery1.3.6.1.4.1.5491.10.1.6.3.3
rupsAlarmShutdownImminent1.3.6.1.4.1.5491.10.1.6.3.4
rupsAlarmTempBad1.3.6.1.4.1.5491.10.1.6.3.5
rupsAlarmFault1.3.6.1.4.1.5491.10.1.6.3.6
rupsAlarmInternal1.3.6.1.4.1.5491.10.1.6.3.7
rupsAlarmOutputOverload1.3.6.1.4.1.5491.10.1.6.3.8
rupsAlarmOnBypass1.3.6.1.4.1.5491.10.1.6.3.9
rupsAlarmBypassBad1.3.6.1.4.1.5491.10.1.6.3.10
rupsAlarmShutdownImminent21.3.6.1.4.1.5491.10.1.6.3.11
rupsTest1.3.6.1.4.1.5491.10.1.7
OID rupsTestId1.3.6.1.4.1.5491.10.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 rupsTestId variable to rupsTestAbortTestInProgress. 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 rupsTestSpinLock1.3.6.1.4.1.5491.10.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 rupsTestResultsSummary1.3.6.1.4.1.5491.10.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 rupsTestResultsDetail1.3.6.1.4.1.5491.10.1.7.4DisplayStringread-onlyAdditional information about upsTestResultsSummary. If no additional information available, a zero length string is returned.
TIM rupsTestStartTime1.3.6.1.4.1.5491.10.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 rupsTestElapsedTime1.3.6.1.4.1.5491.10.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.
rupsWellKnownTests1.3.6.1.4.1.5491.10.1.7.7
rupsTestNoTestsInitiated1.3.6.1.4.1.5491.10.1.7.7.1
rupsTestAbortTestInProgress1.3.6.1.4.1.5491.10.1.7.7.2
rupsTestGeneralSystemsTest1.3.6.1.4.1.5491.10.1.7.7.3
rupsTestQuickBatteryTest1.3.6.1.4.1.5491.10.1.7.7.4
rupsTestDeepBatteryCalibration1.3.6.1.4.1.5491.10.1.7.7.5
rupsControl1.3.6.1.4.1.5491.10.1.8
INT rupsShutdownType1.3.6.1.4.1.5491.10.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 rupsShutdownAfterDelay1.3.6.1.4.1.5491.10.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 rupsStartupAfterDelay1.3.6.1.4.1.5491.10.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 rupsRebootWithDuration1.3.6.1.4.1.5491.10.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 rupsAutoRestart1.3.6.1.4.1.5491.10.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.
rupsTemperature1.3.6.1.4.1.5491.10.1.10
INT rupsSystemTemperature1.3.6.1.4.1.5491.10.1.10.1INTEGERread-onlyThe present temperature.
INT rupsPowerTemperature11.3.6.1.4.1.5491.10.1.10.2INTEGERread-onlyThe present temperature.
INT rupsPowerTemperature21.3.6.1.4.1.5491.10.1.10.3INTEGERread-onlyThe present temperature.
INT rupsPowerTemperature31.3.6.1.4.1.5491.10.1.10.4INTEGERread-onlyThe present temperature.
INT rupsChargerTemperature1.3.6.1.4.1.5491.10.1.10.5INTEGERread-onlyThe present temperature.
INT rupsBatteryPositiveTemperature1.3.6.1.4.1.5491.10.1.10.6INTEGERread-onlyThe present temperature.
INT rupsBatteryNegativeTemperature1.3.6.1.4.1.5491.10.1.10.7INTEGERread-onlyThe present temperature.
INT rupsBatteryExternalTemperature1.3.6.1.4.1.5491.10.1.10.8INTEGERread-onlyThe present temperature.
rupsMPS1.3.6.1.4.1.5491.10.1.20
INT mpsAlarmGroupS1.3.6.1.4.1.5491.10.1.20.1INTEGERread-onlyThe alarm group s.
INT mpsAlarmGroupC1.3.6.1.4.1.5491.10.1.20.2INTEGERread-onlyThe alarm group c.
INT mpsAlarmGroupB1.3.6.1.4.1.5491.10.1.20.3INTEGERread-onlyThe alarm group b.
INT mpsAlarmGroupR1.3.6.1.4.1.5491.10.1.20.4INTEGERread-onlyThe alarm group r.
INT mpsAlarmGroupRI1.3.6.1.4.1.5491.10.1.20.5INTEGERread-onlyThe alarm group RI.
INT mpsAlarmGroupI1.3.6.1.4.1.5491.10.1.20.6INTEGERread-onlyThe alarm group I.
INT mpsAlarmGroupA01.3.6.1.4.1.5491.10.1.20.7INTEGERread-onlyThe alarm group A0.
INT mpsAlarmGroupA11.3.6.1.4.1.5491.10.1.20.8INTEGERread-onlyThe alarm group A1.
INT mpsAlarmGroupA21.3.6.1.4.1.5491.10.1.20.9INTEGERread-onlyThe alarm group A2.
INT mpsAlarmGroupA31.3.6.1.4.1.5491.10.1.20.10INTEGERread-onlyThe alarm group A3.
INT mpsAlarmGroupA41.3.6.1.4.1.5491.10.1.20.11INTEGERread-onlyThe alarm group A4.
INT mpsAlarmGroupA51.3.6.1.4.1.5491.10.1.20.12INTEGERread-onlyThe alarm group A5.
rupsMST1.3.6.1.4.1.5491.10.1.21
INT mstWarningGroupW0W11.3.6.1.4.1.5491.10.1.21.1INTEGERread-onlyThe anomaly group W0W1.
INT mstAnomalyGroupA0A11.3.6.1.4.1.5491.10.1.21.2INTEGERread-onlyThe anomaly group A0A1.
INT mstAnomalyGroupA2A31.3.6.1.4.1.5491.10.1.21.3INTEGERread-onlyThe anomaly group A2A3.
INT mstAnomalyGroupA4A51.3.6.1.4.1.5491.10.1.21.4INTEGERread-onlyThe anomaly group A4A5.
INT mstFaultGroupF0F11.3.6.1.4.1.5491.10.1.21.5INTEGERread-onlyThe fault group F0F1.
INT mstFaultGroupF2F31.3.6.1.4.1.5491.10.1.21.6INTEGERread-onlyThe fault group F2F3.
INT mstFaultGroupF4F51.3.6.1.4.1.5491.10.1.21.7INTEGERread-onlyThe fault group F4F5.
INT mstLockGroupL0L11.3.6.1.4.1.5491.10.1.21.8INTEGERread-onlyThe lock group L0L1.
INT mstLockGroupL2L31.3.6.1.4.1.5491.10.1.21.9INTEGERread-onlyThe lock group L2L3.
INT mstLockGroupL4L51.3.6.1.4.1.5491.10.1.21.10INTEGERread-onlyThe lock group L4L5.
INT mstEventGroupE0E11.3.6.1.4.1.5491.10.1.21.11INTEGERread-onlyThe event group E0E1.
rupsMPW1.3.6.1.4.1.5491.10.1.22
INT mpwSystemStatusGroup11.3.6.1.4.1.5491.10.1.22.1INTEGERread-onlyThe system status group 1.
INT mpwSystemStatusGroup21.3.6.1.4.1.5491.10.1.22.2INTEGERread-onlyThe system status group 2.
INT mpwSystemStatusGroup31.3.6.1.4.1.5491.10.1.22.3INTEGERread-onlyThe system status group 3.
INT mpwBypassModuleAlarmGroup1.3.6.1.4.1.5491.10.1.22.4INTEGERread-onlyThe bypass module alarm group.
INT mpwPowerModule1AlarmGroup1.3.6.1.4.1.5491.10.1.22.5INTEGERread-onlyThe power module 1 alarm group.
INT mpwPowerModule2AlarmGroup1.3.6.1.4.1.5491.10.1.22.6INTEGERread-onlyThe power module 2 alarm group.
INT mpwPowerModule3AlarmGroup1.3.6.1.4.1.5491.10.1.22.7INTEGERread-onlyThe power module 3 alarm group.
INT mpwPowerModule4AlarmGroup1.3.6.1.4.1.5491.10.1.22.8INTEGERread-onlyThe power module 4 alarm group.
INT mpwPowerModule5AlarmGroup1.3.6.1.4.1.5491.10.1.22.9INTEGERread-onlyThe power module 5 alarm group.
INT mpwPowerModule6AlarmGroup1.3.6.1.4.1.5491.10.1.22.10INTEGERread-onlyThe power module 6 alarm group.
INT mpwPowerModule7AlarmGroup1.3.6.1.4.1.5491.10.1.22.11INTEGERread-onlyThe power module 7 alarm group.
INT mpwBypassModuleStatus1.3.6.1.4.1.5491.10.1.22.12INTEGERread-onlyThe bypass module status.
INT mpwPowerModule1Status1.3.6.1.4.1.5491.10.1.22.13INTEGERread-onlyThe status of power module 1.
INT mpwPowerModule2Status1.3.6.1.4.1.5491.10.1.22.14INTEGERread-onlyThe status of power module 2.
INT mpwPowerModule3Status1.3.6.1.4.1.5491.10.1.22.15INTEGERread-onlyThe status of power module 3.
INT mpwPowerModule4Status1.3.6.1.4.1.5491.10.1.22.16INTEGERread-onlyThe status of power module 4.
INT mpwPowerModule5Status1.3.6.1.4.1.5491.10.1.22.17INTEGERread-onlyThe status of power module 5.
INT mpwPowerModule6Status1.3.6.1.4.1.5491.10.1.22.18INTEGERread-onlyThe status of power module 6.
INT mpwPowerModule7Status1.3.6.1.4.1.5491.10.1.22.19INTEGERread-onlyThe status of power module 7.
mpwControl1.3.6.1.4.1.5491.10.1.22.20
INT mpwCommandCode1.3.6.1.4.1.5491.10.1.22.20.1INTEGERread-writeCommand code.
INT mpwShutdownDelay1.3.6.1.4.1.5491.10.1.22.20.2INTEGERread-writeShutdown delay.
INT mpwRestoreDelay1.3.6.1.4.1.5491.10.1.22.20.3INTEGERread-writeRestore delay.
INT mpwModuleApplyCommand1.3.6.1.4.1.5491.10.1.22.20.4INTEGERread-writeModule apply command
INT mpwCommandResult1.3.6.1.4.1.5491.10.1.22.20.5INTEGERread-onlyResult of command.
rupsTraps1.3.6.1.4.1.5491.10.2
NTF rupsTrapOnBattery1.3.6.1.4.1.5491.10.2.0.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 rupsTrapTestCompleted1.3.6.1.4.1.5491.10.2.0.2This trap is sent upon completion of a UPS diagnostic test.
NTF rupsTrapAlarmEntryAdded1.3.6.1.4.1.5491.10.2.0.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 rupsAlarmOnBattery and rupsAlarmTestInProgress.
NTF rupsTrapAlarmEntryRemoved1.3.6.1.4.1.5491.10.2.0.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 rupsAlarmTestInProgress.

RFC description

Provides Riello UPS monitoring and management, including battery status, power supply, and system health metrics.

Start monitoring Riello UPS units (RPS S.p.A.) (battery status/power-chain health) 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 RIELLOUPS-MIB