diff options
author | Christian Hesse <mail@eworm.de> | 2023-02-13 11:15:06 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-02-13 21:10:35 +0100 |
commit | e50e25c6388aa4fea38e465fc053283719a79805 (patch) | |
tree | c1fc8bc5565bfe91ed97e4a62bbc7a8e09999995 | |
parent | b6d2cb44c10eb450f8464f0b0dda306adddad7e0 (diff) |
doc/check-health: make the voltage limit a separate point
-rw-r--r-- | doc/check-health.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/check-health.md b/doc/check-health.md index 644b6d3..850d61c 100644 --- a/doc/check-health.md +++ b/doc/check-health.md @@ -14,7 +14,8 @@ health related events: * high CPU load * low available free RAM -* voltage jumps up or down more than configured threshold or drops below limit +* voltage jumps up or down more than configured threshold +* voltage drops below hard lower limit * power supply failed or recovered * temperature is above or below threshold |