Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -16,7 +16,7 @@
FROM SNMPv2-CONF;
rectifierSystem MODULE-IDENTITY
LAST-UPDATED "201507280000Z"
LAST-UPDATED "201912120000Z"
ORGANIZATION "Alpha Technologies Ltd."
CONTACT-INFO
"Alpha Technologies Ltd.
@ -29,6 +29,22 @@
DESCRIPTION
"This MIB defines the notification block(s) available in system controllers."
REVISION "201912120000Z" -- Dec 12, 2019
DESCRIPTION
"
Added fields for statistic counters for various rectifier states.
Tested with SimpleWeb: http://www.simpleweb.org
Passed highest level of compliance. (level 6)
"
REVISION "201704060000Z" -- April 4, 2017
DESCRIPTION
"
Added fields for power save and some battery fields.
Tested with SimpleWeb: http://www.simpleweb.org
Passed highest level of compliance. (level 6)
"
REVISION "201507280000Z" -- July 28, 2015
DESCRIPTION
"
@ -171,7 +187,238 @@
DESCRIPTION
"Snmp ID# assigned to the system."
::= { rectifierSystem 15 }
rectSysEstimatedRequiredCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated required capacity needed in watts."
::= { rectifierSystem 16 }
rectSysEstimatedRequiredCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated required capacity needed in amps."
::= { rectifierSystem 17 }
rectSysEstimatedAvailableCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated available capacity needed in watts."
::= { rectifierSystem 18 }
rectSysEstimatedAvailableCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated available capacity needed in amps."
::= { rectifierSystem 19 }
rectSysEstimatedRedundantCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated redundant capacity needed in watts."
::= { rectifierSystem 20 }
rectSysEstimatedRedundantCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated redundant capacity needed in amps."
::= { rectifierSystem 21 }
rectSysEstimatedStandbyCapacityInWatts OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated standby capacity needed in watts."
::= { rectifierSystem 22 }
rectSysEstimatedStandbyCapacityInAmps OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated standby capacity needed in amps."
::= { rectifierSystem 23 }
rectSysPowerAveragePower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The average power of all modules supplying power for Power Save in percentage."
::= { rectifierSystem 24 }
rectSysModulesSupplyingPower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of modules supplying power."
::= { rectifierSystem 25 }
rectSysModulesInStandby OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of modules in standby."
::= { rectifierSystem 26 }
rectSysEstimatedCapacityRemainingCurrent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated capacity remaining in amps."
::= { rectifierSystem 28 }
rectSysEstimatedCapacityRemainingPower OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated capacity remaining in watts."
::= { rectifierSystem 29 }
rectSysEstimatedSOCPercent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated state of charge percent remaining."
::= { rectifierSystem 30 }
rectSysEstimatedBatteryRuntime OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated battery runtime remaining in hours."
::= { rectifierSystem 31 }
rectSysEstimatedBatteryHealthPercent OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Estimated battery health percentage."
::= { rectifierSystem 32 }
rectNumberOfAcquiredRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Acquired Rectifiers."
::= { rectifierSystem 33 }
rectNumberOfSourcingRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Sourcing Rectifiers."
::= { rectifierSystem 34 }
rectNumberOfFailedRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Failed Rectifiers."
::= { rectifierSystem 35 }
rectNumberOfMinorAlertRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers with Minor Alerts."
::= { rectifierSystem 36 }
rectNumberOfCommsLostRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers in Comms Lost."
::= { rectifierSystem 37 }
rectNumberOfCommsNormalRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers in Comms Normal."
::= { rectifierSystem 38 }
rectNumberOfACFailedRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers with AC Failed."
::= { rectifierSystem 39 }
rectNumberOfRectifiersWithConfigError OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers with Configuration Error."
::= { rectifierSystem 40}
rectNumberOfRectifiersInPowerLimit OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers in Power Limit."
::= { rectifierSystem 41}
rectNumberOfRectifiersInCurrentLimit OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers in Current Limit."
::= { rectifierSystem 42}
rectNumberOfFanFailRectifiers OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers with Fan Failed."
::= { rectifierSystem 43}
rectNumberOfRectifiersInBootloader OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Number of Rectifiers in Boot Loader."
::= { rectifierSystem 44}
rectMaxRectifierAmbientTemperature OBJECT-TYPE
SYNTAX ScaledNumber
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Maximum Rectifier Ambient Temperature."
::= { rectifierSystem 45}
-- Conformance
@ -209,8 +456,37 @@
rectSysBatteryVoltage,
rectSysBatteryCurrent,
rectSysBatteryTemperature,
rectSysSystemNumber
}
rectSysSystemNumber,
rectSysEstimatedRequiredCapacityInWatts,
rectSysEstimatedRequiredCapacityInAmps,
rectSysEstimatedAvailableCapacityInWatts,
rectSysEstimatedAvailableCapacityInAmps,
rectSysEstimatedRedundantCapacityInWatts,
rectSysEstimatedRedundantCapacityInAmps,
rectSysEstimatedStandbyCapacityInWatts,
rectSysEstimatedStandbyCapacityInAmps,
rectSysPowerAveragePower,
rectSysModulesSupplyingPower,
rectSysModulesInStandby,
rectSysEstimatedCapacityRemainingCurrent,
rectSysEstimatedCapacityRemainingPower,
rectSysEstimatedSOCPercent,
rectSysEstimatedBatteryRuntime,
rectSysEstimatedBatteryHealthPercent,
rectNumberOfAcquiredRectifiers,
rectNumberOfSourcingRectifiers,
rectNumberOfFailedRectifiers,
rectNumberOfMinorAlertRectifiers,
rectNumberOfCommsLostRectifiers,
rectNumberOfCommsNormalRectifiers,
rectNumberOfACFailedRectifiers,
rectNumberOfRectifiersWithConfigError,
rectNumberOfRectifiersInPowerLimit,
rectNumberOfRectifiersInCurrentLimit,
rectNumberOfFanFailRectifiers,
rectNumberOfRectifiersInBootloader,
rectMaxRectifierAmbientTemperature
}
STATUS current
DESCRIPTION
"Alpha Rectifier System data list group."