diff options
author | Christian Hesse <mail@eworm.de> | 2021-11-13 21:29:33 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-11-16 22:21:37 +0100 |
commit | 2625cc09a5215c2f1f165197154a4c22f4ba6a3a (patch) | |
tree | 620fe7a9aff20d96a833ede2243cf466ea214bb1 /global-config | |
parent | d87c50cf68356e02e89620e445981776c7b4f4c3 (diff) |
check-health: support hard lower limit for voltagechange-69
... to detect slow decrease of voltage, for example with UPS.
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/global-config b/global-config index 5f533b4..26e1a76 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 68; +:global GlobalConfigVersion 69; # This is used for DNS and backup file. :global Domain "example.com"; @@ -105,6 +105,7 @@ } # This is deviation on recovery threshold against notification flooding. :global CheckHealthTemperatureDeviation 2; +:global CheckHealthVoltageLow 115; :global CheckHealthVoltagePercent 10; # Access-list entries matching this comment are updated |