From 7f6fa1d0fab13bd8ef2e76739b94753c7b656d01 Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Sat, 9 Apr 2022 22:47:39 +0200 Subject: [PATCH] Updated healthcheck readme --- healthcheck/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/healthcheck/README.md b/healthcheck/README.md index 50abcff..b5bdfde 100644 --- a/healthcheck/README.md +++ b/healthcheck/README.md @@ -1,5 +1,7 @@ # 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. 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).