check-health: notify about new features

This commit is contained in:
Christian Hesse 2023-01-20 16:10:57 +01:00
parent e9a426a798
commit e6c256cd4b
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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;