WIP implementing flapping avoidance

This commit is contained in:
Daniele Verducci (Slimpenguin)
2023-12-21 08:13:07 +01:00
parent 8efa0966df
commit 0770abf2e0
2 changed files with 17 additions and 2 deletions

View File

@@ -80,6 +80,14 @@ NOTIFY_ALARM_END=TRUE
# success result, error result, command failure. Then paste the command
# and regex in this config, enable the check and run to verify is working.
#### AVOID FLAPPING ####
# For values slowly changing, like a server cabinet temperature, a lot of start/end alarm notifications
# may be generated if the value is near the limit (e.g. alarm set to 30, temperature jumping between 30.1
# and 29.9). To avoid this, a "grace" delta can be set with:
# DELTA=0.5
# In the previous example, this make the alarm fire at 30.5 and stop at 29.5.
# If not specified, the delta is 0.
[system_load_1min]
# The system load average in the last minute