aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2023-01-20 16:10:57 +0100
committerGravatar Christian Hesse <mail@eworm.de>2023-01-20 23:20:53 +0100
commite6c256cd4b74599f3f539ca2c48adab91bd5ee8e (patch)
tree78dab5e4f5f2f691c27941144ff00b6478b9ebdb
parente9a426a7980d70ec9acfe79ed7b7aae53f8d594d (diff)
check-health: notify about new featureschange-88
-rw-r--r--global-config.changes1
-rw-r--r--global-functions2
2 files changed, 2 insertions, 1 deletions
diff --git a/global-config.changes b/global-config.changes
index 5dd7616..dacb9a1 100644
--- a/global-config.changes
+++ b/global-config.changes
@@ -96,6 +96,7 @@
85="Dropped 'netwatch-syslog', filtering in firewall is advised.";
86="Added support for hooks in 'sms-forward'. This now provides similar functionality to 'sms-action', but is more flexible.";
87="Added support for extra text (or emojis \F0\9F\9A\80) in notification tags.";
+ 88="Added support for monitoring CPU load and available free RAM in 'check-health'.";
};
# Migration steps to be applied on script updates
diff --git a/global-functions b/global-functions
index 1ed5248..d969653 100644
--- a/global-functions
+++ b/global-functions
@@ -12,7 +12,7 @@
:local 0 "global-functions";
# expected configuration version
-:global ExpectedConfigVersion 87;
+:global ExpectedConfigVersion 88;
# global variables not to be changed by user
:global GlobalFunctionsReady false;