From e6c256cd4b74599f3f539ca2c48adab91bd5ee8e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 20 Jan 2023 16:10:57 +0100 Subject: check-health: notify about new features --- global-config.changes | 1 + global-functions | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf