aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2021-11-13 21:29:33 +0100
committerGravatar Christian Hesse <mail@eworm.de>2021-11-16 22:21:37 +0100
commit2625cc09a5215c2f1f165197154a4c22f4ba6a3a (patch)
tree620fe7a9aff20d96a833ede2243cf466ea214bb1 /doc
parentd87c50cf68356e02e89620e445981776c7b4f4c3 (diff)
check-health: support hard lower limit for voltagechange-69
... to detect slow decrease of voltage, for example with UPS.
Diffstat (limited to 'doc')
-rw-r--r--doc/check-health.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/check-health.md b/doc/check-health.md
index 9e9e501..8e271d6 100644
--- a/doc/check-health.md
+++ b/doc/check-health.md
@@ -12,7 +12,7 @@ Description
This script is run from scheduler periodically, sending notification on
health related events:
-* voltage jumps up or down more than configured threshold
+* voltage jumps up or down more than configured threshold or drops below limit
* power supply failed or recovered
* temperature is above or below threshold
@@ -53,6 +53,7 @@ Configuration
The configuration goes to `global-config-overlay`, these are the parameters:
* `CheckHealthTemperature`: an array specifying temperature thresholds for sensors
+* `CheckHealthVoltageLow`: value (in volt*10) giving a hard lower limit
* `CheckHealthVoltagePercent`: percentage value to trigger voltage jumps
Also notification settings are required for e-mail, matrix and/or telegram.