WIP implementing flapping avoidance
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user