summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2014-04-23 15:17:24 +0000
committerJean Delvare <khali@linux-fr.org>2014-04-23 15:17:24 +0000
commitda5b14dc0c53de3c8bba1f79e75aa63c0dc0bbad (patch)
tree9b0ce83fe44778660b4bedfcee24334d019d0442 /lib
parent69b3b10fa6025bb19317df8490b8f01a8efe8f37 (diff)
downloadlm-sensors-git-da5b14dc0c53de3c8bba1f79e75aa63c0dc0bbad.tar.gz
sensors.conf.5: Enhance the hysteresis documentation
Mention all supported temperature hysteresis attributes. Recommend setting each limit before its hysteresis.
Diffstat (limited to 'lib')
-rw-r--r--lib/sensors.conf.59
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/sensors.conf.5 b/lib/sensors.conf.5
index e451ed0f..dbf1ba21 100644
--- a/lib/sensors.conf.5
+++ b/lib/sensors.conf.5
@@ -356,7 +356,7 @@ statements are needed.
On top of the usual features, temperatures can have two specific
sub\-features: temperature sensor type (tempX_type) and hysteresis
-values (tempX_max_hyst and tempX_crit_hyst).
+values (tempX_max_hyst, tempX_crit_hyst etc.).
.SS THERMAL SENSOR TYPES
@@ -407,6 +407,8 @@ again immediately.
So, in addition to tempX_max, many chips have a tempX_max_hyst
sub-feature. Likewise, tempX_crit often comes with tempX_crit_hyst.
+tempX_emerg_hyst, tempX_min_hyst and tempX_lcrit_hyst exist too but
+aren't as common.
Example:
.RS
@@ -419,6 +421,11 @@ set temp1_max_hyst 56
The hysteresis mechanism can be disabled by giving both limits the same
value.
+Note that it is strongly recommended to set the hysteresis value after
+the limit value it relates to in the configuration file. Implementation
+details on the hardware or driver side may cause unexpected results if
+the hysteresis value is set first.
+
.SH BEEPS
Some chips support alarms with beep warnings. When an alarm is triggered