|
Description:
|
hwGlobalHealthStatus OBJECT-TYPE
SYNTAX INTEGER {ok(1), noncritical(2), critical(3)}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This variable summarizes the statuses of several key elements of the device.
OK:
- All temperature sensors are below the warning threshold (eg. < 85 C);
- All fans are running at >= 100 RPMs;
- Both power supplies are on;
- No panic dump exists in flash.
Non-critical:
- One or more temperature sensors is in the warning range (eg. >= 85 and < 100 C);
- A panic dump exists in flash.
Critical:
- One or more temperature sensors is in the failure range (eg. >= 100 C);
- One or more fans are running < 100 RPM;
- One power supply is off."
|
|
|