diff options
author | Christian Hesse <mail@eworm.de> | 2020-10-16 22:51:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-10-16 22:58:14 +0200 |
commit | 6d9eb99e08fb0a1ac8dc03213edfd5f590655ee4 (patch) | |
tree | 405468d838ee47d135eda73dc60f47c73e63a20d /global-config | |
parent | 3e72d1ec0bcb1a2d6276fff9408db01f16e7f5d8 (diff) |
check-health: add deviation on temperature recovery thresholdchange-33
This helps against notification flooding.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/global-config b/global-config index c90c4cb..8721f8d 100644 --- a/global-config +++ b/global-config @@ -8,7 +8,7 @@ # Make sure all configuration properties are up to date and this # value is in sync with value in script 'global-functions'! -:global GlobalConfigVersion 32; +:global GlobalConfigVersion 33; # This is used for DNS and backup file. :global Domain "example.com"; @@ -71,6 +71,8 @@ board-temperature1=50; board-temperature2=50; } +# This is deviation on recovery threshold against notification flooding. +:global CheckHealthTemperatureDeviation 2; :global CheckHealthVoltagePercent 10; # This controls what configuration is activated by bridge-port-to-default. |