check-health: split off plugins...

... from 'check-health', so the script works on all devices to monitor
CPU and RAM. The supported plugins for sensors in hardware are installed
automatically.
This commit is contained in:
Christian Hesse 2025-02-04 12:27:35 +01:00
parent 84ba3a463a
commit 23d38927bc
9 changed files with 239 additions and 100 deletions

View file

@ -13,7 +13,7 @@
:local ScriptName [ :jobname ];
# expected configuration version
:global ExpectedConfigVersion 131;
:global ExpectedConfigVersion 132;
# global variables not to be changed by user
:global GlobalFunctionsReady false;