All MIBs › RIELLOUPS-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
| rielloMIB | MODULE-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 symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| rupsMIB | 1.3.6.1.4.1.5491.10 | |||
| rupsObjects | 1.3.6.1.4.1.5491.10.1 | |||
| rupsIdent | 1.3.6.1.4.1.5491.10.1.1 | |||
| STR rupsIdentManufacturer | 1.3.6.1.4.1.5491.10.1.1.1 | DisplayString | read-only | The name of the UPS manufacturer. |
| STR rupsIdentModel | 1.3.6.1.4.1.5491.10.1.1.2 | DisplayString | read-only | The UPS Model designation. |
| STR rupsIdentUPSSoftwareVersion | 1.3.6.1.4.1.5491.10.1.1.3 | DisplayString | read-only | The UPS firmware/software version(s). This variable may or may not have the same value as upsIdentAgentSoftwareVersion in some implementations. |
| STR rupsIdentAgentSoftwareVersion | 1.3.6.1.4.1.5491.10.1.1.4 | DisplayString | read-only | The UPS agent software version. This variable may or may not have the same value as upsIdentUPSSoftwareVersion in some implementations. |
| STR rupsIdentName | 1.3.6.1.4.1.5491.10.1.1.5 | DisplayString | read-write | A string identifying the UPS. This object should be set by the administrator. |
| STR rupsIdentAttachedDevices | 1.3.6.1.4.1.5491.10.1.1.6 | DisplayString | read-write | A string identifying the devices attached to the output(s) of the UPS. This object should be set by the administrator. |
| INT rupsIdentIOConfiguration | 1.3.6.1.4.1.5491.10.1.1.7 | INTEGER | read-only | The UPS IO configuration. |
| INT rupsIdentUpsType | 1.3.6.1.4.1.5491.10.1.1.8 | INTEGER | read-only | The UPS type. |
| INT rupsIdentNominalPowerVA | 1.3.6.1.4.1.5491.10.1.1.9 | INTEGER | read-only | The UPS nominal power VA. |
| INT rupsIdentNominalPowerW | 1.3.6.1.4.1.5491.10.1.1.10 | INTEGER | read-only | The UPS nominal power W. |
| INT rupsIdentBatteryVoltage | 1.3.6.1.4.1.5491.10.1.1.11 | INTEGER | read-only | The UPS nominal battery voltage. |
| INT rupsIdentBatteryCapacity | 1.3.6.1.4.1.5491.10.1.1.12 | INTEGER | read-only | The UPS nominal battery capacity. |
| INT rupsIdentOutputVoltage | 1.3.6.1.4.1.5491.10.1.1.13 | INTEGER | read-only | The UPS nominal output voltage. |
| INT rupsIdentOutputFrequency | 1.3.6.1.4.1.5491.10.1.1.14 | INTEGER | read-only | The UPS nominal output frequency. |
| rupsBattery | 1.3.6.1.4.1.5491.10.1.2 | |||
| INT rupsBatteryStatus | 1.3.6.1.4.1.5491.10.1.2.1 | INTEGER | read-only | The 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 rupsSecondsOnBattery | 1.3.6.1.4.1.5491.10.1.2.2 | NonNegativeInteger | read-only | If 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 rupsEstimatedMinutesRemaining | 1.3.6.1.4.1.5491.10.1.2.3 | PositiveInteger | read-only | An 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 rupsEstimatedChargeRemaining | 1.3.6.1.4.1.5491.10.1.2.4 | INTEGER | read-only | An estimate of the battery charge remaining expressed as a percent of full charge. |
| NUM rupsBatteryVoltage | 1.3.6.1.4.1.5491.10.1.2.5 | NonNegativeInteger | read-only | The magnitude of the present battery voltage. |
| INT rupsBatteryCurrent | 1.3.6.1.4.1.5491.10.1.2.6 | INTEGER | read-only | The present battery current. |
| INT rupsBatteryTemperature | 1.3.6.1.4.1.5491.10.1.2.7 | INTEGER | read-only | The ambient temperature at or near the UPS Battery casing. |
| INT rupsBatteryPositiveVoltage | 1.3.6.1.4.1.5491.10.1.2.8 | INTEGER | read-only | The UPS Battery positive voltage. |
| INT rupsBatteryNegativeVoltage | 1.3.6.1.4.1.5491.10.1.2.9 | INTEGER | read-only | The UPS Battery negative voltage. |
| INT rupsBatteryPositiveCurrent | 1.3.6.1.4.1.5491.10.1.2.10 | INTEGER | read-only | The UPS Battery positive current. |
| INT rupsBatteryNegativeCurrent | 1.3.6.1.4.1.5491.10.1.2.11 | INTEGER | read-only | The UPS Battery positive current. |
| INT rupsIsCharging | 1.3.6.1.4.1.5491.10.1.2.12 | INTEGER | read-only | The charging/discharging status of the battery |
| rupsInput | 1.3.6.1.4.1.5491.10.1.3 | |||
| CTR rupsInputLineBads | 1.3.6.1.4.1.5491.10.1.3.1 | Counter | read-only | A 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 rupsInputNumLines | 1.3.6.1.4.1.5491.10.1.3.2 | NonNegativeInteger | read-only | The number of input lines utilized in this device. This variable indicates the number of rows in the input table. |
| rupsInputTable | 1.3.6.1.4.1.5491.10.1.3.3 | not-accessible | A list of input table entries. The number of entries is given by the value of upsInputNumLines. | |
| rupsInputEntry | 1.3.6.1.4.1.5491.10.1.3.3.1 | not-accessible | An entry containing information applicable to a particular input line. | |
| NUM rupsInputLineIndex | 1.3.6.1.4.1.5491.10.1.3.3.1.1 | PositiveInteger | not-accessible | The input line identifier. |
| NUM rupsInputFrequency | 1.3.6.1.4.1.5491.10.1.3.3.1.2 | NonNegativeInteger | read-only | The present input frequency. |
| NUM rupsInputVoltage | 1.3.6.1.4.1.5491.10.1.3.3.1.3 | NonNegativeInteger | read-only | The magnitude of the present input voltage. |
| NUM rupsInputCurrent | 1.3.6.1.4.1.5491.10.1.3.3.1.4 | NonNegativeInteger | read-only | The magnitude of the present input current. |
| NUM rupsInputTruePower | 1.3.6.1.4.1.5491.10.1.3.3.1.5 | NonNegativeInteger | read-only | The magnitude of the present input true power. |
| rupsOutput | 1.3.6.1.4.1.5491.10.1.4 | |||
| INT rupsOutputSource | 1.3.6.1.4.1.5491.10.1.4.1 | INTEGER | read-only | The 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 rupsOutputFrequency | 1.3.6.1.4.1.5491.10.1.4.2 | NonNegativeInteger | read-only | The present output frequency. |
| NUM rupsOutputNumLines | 1.3.6.1.4.1.5491.10.1.4.3 | NonNegativeInteger | read-only | The number of output lines utilized in this device. This variable indicates the number of rows in the output table. |
| rupsOutputTable | 1.3.6.1.4.1.5491.10.1.4.4 | not-accessible | A list of output table entries. The number of entries is given by the value of rupsOutputNumLines. | |
| rupsOutputEntry | 1.3.6.1.4.1.5491.10.1.4.4.1 | not-accessible | An entry containing information applicable to a particular output line. | |
| NUM rupsOutputLineIndex | 1.3.6.1.4.1.5491.10.1.4.4.1.1 | PositiveInteger | not-accessible | The output line identifier. |
| NUM rupsOutputVoltage | 1.3.6.1.4.1.5491.10.1.4.4.1.2 | NonNegativeInteger | read-only | The present output voltage. |
| NUM rupsOutputCurrent | 1.3.6.1.4.1.5491.10.1.4.4.1.3 | NonNegativeInteger | read-only | The present output current. |
| NUM rupsOutputPower | 1.3.6.1.4.1.5491.10.1.4.4.1.4 | NonNegativeInteger | read-only | The present output true power. |
| INT rupsOutputPercentLoad | 1.3.6.1.4.1.5491.10.1.4.4.1.5 | INTEGER | read-only | The 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 rupsOutputPeakCurrent | 1.3.6.1.4.1.5491.10.1.4.4.1.6 | NonNegativeInteger | read-only | The present output peak current. |
| rupsBypass | 1.3.6.1.4.1.5491.10.1.5 | |||
| NUM rupsBypassFrequency | 1.3.6.1.4.1.5491.10.1.5.1 | NonNegativeInteger | read-only | The present bypass frequency. |
| NUM rupsBypassNumLines | 1.3.6.1.4.1.5491.10.1.5.2 | NonNegativeInteger | read-only | The number of bypass lines utilized in this device. This entry indicates the number of rows in the bypass table. |
| rupsBypassTable | 1.3.6.1.4.1.5491.10.1.5.3 | not-accessible | A list of bypass table entries. The number of entries is given by the value of rupsBypassNumLines. | |
| rupsBypassEntry | 1.3.6.1.4.1.5491.10.1.5.3.1 | not-accessible | An entry containing information applicable to a particular bypass input. | |
| NUM rupsBypassLineIndex | 1.3.6.1.4.1.5491.10.1.5.3.1.1 | PositiveInteger | not-accessible | The bypass line identifier. |
| NUM rupsBypassVoltage | 1.3.6.1.4.1.5491.10.1.5.3.1.2 | NonNegativeInteger | read-only | The present bypass voltage. |
| NUM rupsBypassCurrent | 1.3.6.1.4.1.5491.10.1.5.3.1.3 | NonNegativeInteger | read-only | The present bypass current. |
| NUM rupsBypassPower | 1.3.6.1.4.1.5491.10.1.5.3.1.4 | NonNegativeInteger | read-only | The present true power conveyed by the bypass. |
| rupsAlarm | 1.3.6.1.4.1.5491.10.1.6 | |||
| GAU rupsAlarmsPresent | 1.3.6.1.4.1.5491.10.1.6.1 | Gauge | read-only | The present number of active alarm conditions. |
| rupsAlarmTable | 1.3.6.1.4.1.5491.10.1.6.2 | not-accessible | A 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. | |
| rupsAlarmEntry | 1.3.6.1.4.1.5491.10.1.6.2.1 | not-accessible | An entry containing information applicable to a particular alarm. | |
| NUM rupsAlarmId | 1.3.6.1.4.1.5491.10.1.6.2.1.1 | PositiveInteger | not-accessible | A unique identifier for an alarm condition. This value must remain constant. |
| OID rupsAlarmDescr | 1.3.6.1.4.1.5491.10.1.6.2.1.2 | OBJECT IDENTIFIER | read-only | A 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 rupsAlarmTime | 1.3.6.1.4.1.5491.10.1.6.2.1.3 | PositiveInteger | read-only | The 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. |
| rupsWellKnownAlarms | 1.3.6.1.4.1.5491.10.1.6.3 | |||
| rupsAlarmBatteryBad | 1.3.6.1.4.1.5491.10.1.6.3.1 | |||
| rupsAlarmOnBattery | 1.3.6.1.4.1.5491.10.1.6.3.2 | |||
| rupsAlarmLowBattery | 1.3.6.1.4.1.5491.10.1.6.3.3 | |||
| rupsAlarmShutdownImminent | 1.3.6.1.4.1.5491.10.1.6.3.4 | |||
| rupsAlarmTempBad | 1.3.6.1.4.1.5491.10.1.6.3.5 | |||
| rupsAlarmFault | 1.3.6.1.4.1.5491.10.1.6.3.6 | |||
| rupsAlarmInternal | 1.3.6.1.4.1.5491.10.1.6.3.7 | |||
| rupsAlarmOutputOverload | 1.3.6.1.4.1.5491.10.1.6.3.8 | |||
| rupsAlarmOnBypass | 1.3.6.1.4.1.5491.10.1.6.3.9 | |||
| rupsAlarmBypassBad | 1.3.6.1.4.1.5491.10.1.6.3.10 | |||
| rupsAlarmShutdownImminent2 | 1.3.6.1.4.1.5491.10.1.6.3.11 | |||
| rupsTest | 1.3.6.1.4.1.5491.10.1.7 | |||
| OID rupsTestId | 1.3.6.1.4.1.5491.10.1.7.1 | OBJECT IDENTIFIER | read-write | The 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 rupsTestSpinLock | 1.3.6.1.4.1.5491.10.1.7.2 | TestAndIncr | read-write | A 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 rupsTestResultsSummary | 1.3.6.1.4.1.5491.10.1.7.3 | INTEGER | read-only | 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. |
| STR rupsTestResultsDetail | 1.3.6.1.4.1.5491.10.1.7.4 | DisplayString | read-only | Additional information about upsTestResultsSummary. If no additional information available, a zero length string is returned. |
| TIM rupsTestStartTime | 1.3.6.1.4.1.5491.10.1.7.5 | TimeStamp | read-only | The 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 rupsTestElapsedTime | 1.3.6.1.4.1.5491.10.1.7.6 | TimeInterval | read-only | The 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. |
| rupsWellKnownTests | 1.3.6.1.4.1.5491.10.1.7.7 | |||
| rupsTestNoTestsInitiated | 1.3.6.1.4.1.5491.10.1.7.7.1 | |||
| rupsTestAbortTestInProgress | 1.3.6.1.4.1.5491.10.1.7.7.2 | |||
| rupsTestGeneralSystemsTest | 1.3.6.1.4.1.5491.10.1.7.7.3 | |||
| rupsTestQuickBatteryTest | 1.3.6.1.4.1.5491.10.1.7.7.4 | |||
| rupsTestDeepBatteryCalibration | 1.3.6.1.4.1.5491.10.1.7.7.5 | |||
| rupsControl | 1.3.6.1.4.1.5491.10.1.8 | |||
| INT rupsShutdownType | 1.3.6.1.4.1.5491.10.1.8.1 | INTEGER | read-write | This 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 rupsShutdownAfterDelay | 1.3.6.1.4.1.5491.10.1.8.2 | INTEGER | read-write | Setting 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 rupsStartupAfterDelay | 1.3.6.1.4.1.5491.10.1.8.3 | INTEGER | read-write | Setting 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 rupsRebootWithDuration | 1.3.6.1.4.1.5491.10.1.8.4 | INTEGER | read-write | Setting 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 rupsAutoRestart | 1.3.6.1.4.1.5491.10.1.8.5 | INTEGER | read-write | Setting 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. |
| rupsTemperature | 1.3.6.1.4.1.5491.10.1.10 | |||
| INT rupsSystemTemperature | 1.3.6.1.4.1.5491.10.1.10.1 | INTEGER | read-only | The present temperature. |
| INT rupsPowerTemperature1 | 1.3.6.1.4.1.5491.10.1.10.2 | INTEGER | read-only | The present temperature. |
| INT rupsPowerTemperature2 | 1.3.6.1.4.1.5491.10.1.10.3 | INTEGER | read-only | The present temperature. |
| INT rupsPowerTemperature3 | 1.3.6.1.4.1.5491.10.1.10.4 | INTEGER | read-only | The present temperature. |
| INT rupsChargerTemperature | 1.3.6.1.4.1.5491.10.1.10.5 | INTEGER | read-only | The present temperature. |
| INT rupsBatteryPositiveTemperature | 1.3.6.1.4.1.5491.10.1.10.6 | INTEGER | read-only | The present temperature. |
| INT rupsBatteryNegativeTemperature | 1.3.6.1.4.1.5491.10.1.10.7 | INTEGER | read-only | The present temperature. |
| INT rupsBatteryExternalTemperature | 1.3.6.1.4.1.5491.10.1.10.8 | INTEGER | read-only | The present temperature. |
| rupsMPS | 1.3.6.1.4.1.5491.10.1.20 | |||
| INT mpsAlarmGroupS | 1.3.6.1.4.1.5491.10.1.20.1 | INTEGER | read-only | The alarm group s. |
| INT mpsAlarmGroupC | 1.3.6.1.4.1.5491.10.1.20.2 | INTEGER | read-only | The alarm group c. |
| INT mpsAlarmGroupB | 1.3.6.1.4.1.5491.10.1.20.3 | INTEGER | read-only | The alarm group b. |
| INT mpsAlarmGroupR | 1.3.6.1.4.1.5491.10.1.20.4 | INTEGER | read-only | The alarm group r. |
| INT mpsAlarmGroupRI | 1.3.6.1.4.1.5491.10.1.20.5 | INTEGER | read-only | The alarm group RI. |
| INT mpsAlarmGroupI | 1.3.6.1.4.1.5491.10.1.20.6 | INTEGER | read-only | The alarm group I. |
| INT mpsAlarmGroupA0 | 1.3.6.1.4.1.5491.10.1.20.7 | INTEGER | read-only | The alarm group A0. |
| INT mpsAlarmGroupA1 | 1.3.6.1.4.1.5491.10.1.20.8 | INTEGER | read-only | The alarm group A1. |
| INT mpsAlarmGroupA2 | 1.3.6.1.4.1.5491.10.1.20.9 | INTEGER | read-only | The alarm group A2. |
| INT mpsAlarmGroupA3 | 1.3.6.1.4.1.5491.10.1.20.10 | INTEGER | read-only | The alarm group A3. |
| INT mpsAlarmGroupA4 | 1.3.6.1.4.1.5491.10.1.20.11 | INTEGER | read-only | The alarm group A4. |
| INT mpsAlarmGroupA5 | 1.3.6.1.4.1.5491.10.1.20.12 | INTEGER | read-only | The alarm group A5. |
| rupsMST | 1.3.6.1.4.1.5491.10.1.21 | |||
| INT mstWarningGroupW0W1 | 1.3.6.1.4.1.5491.10.1.21.1 | INTEGER | read-only | The anomaly group W0W1. |
| INT mstAnomalyGroupA0A1 | 1.3.6.1.4.1.5491.10.1.21.2 | INTEGER | read-only | The anomaly group A0A1. |
| INT mstAnomalyGroupA2A3 | 1.3.6.1.4.1.5491.10.1.21.3 | INTEGER | read-only | The anomaly group A2A3. |
| INT mstAnomalyGroupA4A5 | 1.3.6.1.4.1.5491.10.1.21.4 | INTEGER | read-only | The anomaly group A4A5. |
| INT mstFaultGroupF0F1 | 1.3.6.1.4.1.5491.10.1.21.5 | INTEGER | read-only | The fault group F0F1. |
| INT mstFaultGroupF2F3 | 1.3.6.1.4.1.5491.10.1.21.6 | INTEGER | read-only | The fault group F2F3. |
| INT mstFaultGroupF4F5 | 1.3.6.1.4.1.5491.10.1.21.7 | INTEGER | read-only | The fault group F4F5. |
| INT mstLockGroupL0L1 | 1.3.6.1.4.1.5491.10.1.21.8 | INTEGER | read-only | The lock group L0L1. |
| INT mstLockGroupL2L3 | 1.3.6.1.4.1.5491.10.1.21.9 | INTEGER | read-only | The lock group L2L3. |
| INT mstLockGroupL4L5 | 1.3.6.1.4.1.5491.10.1.21.10 | INTEGER | read-only | The lock group L4L5. |
| INT mstEventGroupE0E1 | 1.3.6.1.4.1.5491.10.1.21.11 | INTEGER | read-only | The event group E0E1. |
| rupsMPW | 1.3.6.1.4.1.5491.10.1.22 | |||
| INT mpwSystemStatusGroup1 | 1.3.6.1.4.1.5491.10.1.22.1 | INTEGER | read-only | The system status group 1. |
| INT mpwSystemStatusGroup2 | 1.3.6.1.4.1.5491.10.1.22.2 | INTEGER | read-only | The system status group 2. |
| INT mpwSystemStatusGroup3 | 1.3.6.1.4.1.5491.10.1.22.3 | INTEGER | read-only | The system status group 3. |
| INT mpwBypassModuleAlarmGroup | 1.3.6.1.4.1.5491.10.1.22.4 | INTEGER | read-only | The bypass module alarm group. |
| INT mpwPowerModule1AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.5 | INTEGER | read-only | The power module 1 alarm group. |
| INT mpwPowerModule2AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.6 | INTEGER | read-only | The power module 2 alarm group. |
| INT mpwPowerModule3AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.7 | INTEGER | read-only | The power module 3 alarm group. |
| INT mpwPowerModule4AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.8 | INTEGER | read-only | The power module 4 alarm group. |
| INT mpwPowerModule5AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.9 | INTEGER | read-only | The power module 5 alarm group. |
| INT mpwPowerModule6AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.10 | INTEGER | read-only | The power module 6 alarm group. |
| INT mpwPowerModule7AlarmGroup | 1.3.6.1.4.1.5491.10.1.22.11 | INTEGER | read-only | The power module 7 alarm group. |
| INT mpwBypassModuleStatus | 1.3.6.1.4.1.5491.10.1.22.12 | INTEGER | read-only | The bypass module status. |
| INT mpwPowerModule1Status | 1.3.6.1.4.1.5491.10.1.22.13 | INTEGER | read-only | The status of power module 1. |
| INT mpwPowerModule2Status | 1.3.6.1.4.1.5491.10.1.22.14 | INTEGER | read-only | The status of power module 2. |
| INT mpwPowerModule3Status | 1.3.6.1.4.1.5491.10.1.22.15 | INTEGER | read-only | The status of power module 3. |
| INT mpwPowerModule4Status | 1.3.6.1.4.1.5491.10.1.22.16 | INTEGER | read-only | The status of power module 4. |
| INT mpwPowerModule5Status | 1.3.6.1.4.1.5491.10.1.22.17 | INTEGER | read-only | The status of power module 5. |
| INT mpwPowerModule6Status | 1.3.6.1.4.1.5491.10.1.22.18 | INTEGER | read-only | The status of power module 6. |
| INT mpwPowerModule7Status | 1.3.6.1.4.1.5491.10.1.22.19 | INTEGER | read-only | The status of power module 7. |
| mpwControl | 1.3.6.1.4.1.5491.10.1.22.20 | |||
| INT mpwCommandCode | 1.3.6.1.4.1.5491.10.1.22.20.1 | INTEGER | read-write | Command code. |
| INT mpwShutdownDelay | 1.3.6.1.4.1.5491.10.1.22.20.2 | INTEGER | read-write | Shutdown delay. |
| INT mpwRestoreDelay | 1.3.6.1.4.1.5491.10.1.22.20.3 | INTEGER | read-write | Restore delay. |
| INT mpwModuleApplyCommand | 1.3.6.1.4.1.5491.10.1.22.20.4 | INTEGER | read-write | Module apply command |
| INT mpwCommandResult | 1.3.6.1.4.1.5491.10.1.22.20.5 | INTEGER | read-only | Result of command. |
| rupsTraps | 1.3.6.1.4.1.5491.10.2 | |||
| NTF rupsTrapOnBattery | 1.3.6.1.4.1.5491.10.2.0.1 | The 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 rupsTrapTestCompleted | 1.3.6.1.4.1.5491.10.2.0.2 | This trap is sent upon completion of a UPS diagnostic test. | ||
| NTF rupsTrapAlarmEntryAdded | 1.3.6.1.4.1.5491.10.2.0.3 | This 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 rupsTrapAlarmEntryRemoved | 1.3.6.1.4.1.5491.10.2.0.4 | This 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.