|
|
Description:
|
agentStatus OBJECT-TYPE
SYNTAX INTEGER{
ok(1),
degraded(2),
error(3),
failed(4),
unknown(5)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION "Overall status of all monitored components in this agent
ok(1): all subsystems and components working properly; no failure
degraded(2): at least one component has a problem; system may still work properly
error(3): severe problem; system will not work properly
failed(4): one or more managed components have failed
unknown(5): none of the subsystems had a valid status (e.g. during initialization)"
|
|
|
|