|
|
Description:
|
tempSensorStatus OBJECT-TYPE
SYNTAX INTEGER{
unknown(1),
sensor-disabled(2),
ok(3),
sensor-fail(4),
warning-temp-warm(5),
warning-temp-cold(6),
critical-temp-warm(7),
critical-temp-cold(8),
damage-temp-warm(9),
damage-temp-cold(10),
not-available(99)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Status of this temperature sensor (OK, critical or shutdown
temperature reached...). The cold and the damage temperature status levels
are no longer supported (values 6, 8, 9, 10).
Status not-available(99) can be a sensor of a cpu that is not installed.
Status sensor-disabled(2) is currently not used."
|
|
|
|