|
|
Description:
|
temperatureSensorStatus OBJECT-TYPE
SYNTAX INTEGER {
ok(1),
tempWarning(2),
tempSevere(3),
tempSensorFailed(4),
tempSensorWarning(5),
unknown(6)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Indicates whether the temperature measurement is within the
expected range.
ok(1) - the reading is within the expected range.
tempWarning(2) - the reading is outside of the expected
range, but not severe.
tempSevere(3) - The reading is severely outside the
expected range.
tempSensoreFailed(4) - the sensor unit has failed. The measured
temperature is invalid
tempSensorWarning(5) - the sensor unit is in a warning condition.
unknown(6) - the status of the sensor could not be
determined."
|
|
|
|