|
|
Description:
|
sieStComponentStatusValue OBJECT-TYPE
SYNTAX INTEGER {
ok(1),
degraded(2),
error(3),
failed(4), -- obsolete --
unknown(5),
notPresent(6),
notManageable(7)}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Component status value:
ok(1): component is working properly
degraded(2): redundant component has failed or signals a warning
error(3): severe problem, system may no longer work properly
failed(4): this value is obsolete - will no longer appear
unknown(5): component had no valid status (initialization, no instances)
notPresent(6): component is not present (e.g. empty socket)
notManageable(7): component is not manageable"
|
|
|
|