Commit version 24.12.13800
This commit is contained in:
@ -253,4 +253,39 @@ fanSpeedStatus OBJECT-TYPE
|
||||
DESCRIPTION "Indicates the current state of the fan based on its speed"
|
||||
::= { fanEntry 6 }
|
||||
|
||||
psuTable OBJECT-TYPE
|
||||
SYNTAX SEQUENCE OF PsuEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "List of Power Supply Units"
|
||||
::= { environment 5}
|
||||
|
||||
psuEntry OBJECT-TYPE
|
||||
SYNTAX PsuEntry
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Power Supply Unit information structure"
|
||||
INDEX { IMPLIED psuId }
|
||||
::= { psuTable 1 }
|
||||
|
||||
PsuEntry ::=
|
||||
SEQUENCE {
|
||||
psuId DisplayString,
|
||||
psuStatus INTEGER
|
||||
}
|
||||
|
||||
psuId OBJECT-TYPE
|
||||
SYNTAX DisplayString
|
||||
MAX-ACCESS not-accessible
|
||||
STATUS current
|
||||
DESCRIPTION "Power Supply Unit identifier"
|
||||
::= { psuEntry 1 }
|
||||
|
||||
psuStatus OBJECT-TYPE
|
||||
SYNTAX INTEGER {ok(0),powerInputFailure(1),fuseFailure(2),error(3)}
|
||||
MAX-ACCESS read-only
|
||||
STATUS current
|
||||
DESCRIPTION "Indicates the current state of the PSU"
|
||||
::= { psuEntry 2 }
|
||||
|
||||
END
|
||||
|
Reference in New Issue
Block a user