|
|
Description:
|
sieStSystemStatusValue OBJECT-TYPE
SYNTAX INTEGER {
ok(1),
degraded(2),
error(3),
failed(4), -- obsolete --
unknown(5)}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Overall status of this system:
ok(1): all subsystems and components working properly, no failure
degraded(2): redundant components failed or signal a warning
error(3): severe problem, system may no longer work properly
failed(4): this value is obsolete - will no longer appear
unknown(5): none of the subsystems had a valid status (e.g. during initialization)"
|
|
|
|