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-functions | |
parent | 3e72d1ec0bcb1a2d6276fff9408db01f16e7f5d8 (diff) |
check-health: add deviation on temperature recovery thresholdchange-33
This helps against notification flooding.
Diffstat (limited to 'global-functions')
-rw-r--r-- | global-functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global-functions b/global-functions index 38c6cde..10f14f6 100644 --- a/global-functions +++ b/global-functions @@ -8,7 +8,7 @@ # https://git.eworm.de/cgit/routeros-scripts/about/ # expected configuration version -:global ExpectedConfigVersion 32; +:global ExpectedConfigVersion 33; # global variables not to be changed by user :global GlobalFunctionsReady false; |