Updated global readme

This commit is contained in:
Daniele Verducci
2022-04-09 22:48:28 +02:00
committed by GitHub
parent 7f6fa1d0fa
commit e24383728a

View File

@@ -4,6 +4,8 @@ Every utility is in a folder with its relevant configuration and is completely s
## HEALTHCHECK
A simple server health check.
Allows to keep under control the machine vitals (cpu usage, raid status, thermals...) and alter the sysadmin in case of anomalies.
Sends an email and/or executes a command in case of alarm (high temperature, RAID disk failed etc...).
As an example, the command may be a ntfy call to obtain a notification on a mobile phone or desktop computer.
Meant to be run with a cron (see healthcheck.cron.example).