From e24383728a29cdef36b0d2919b3bd10e958be421 Mon Sep 17 00:00:00 2001 From: Daniele Verducci Date: Sat, 9 Apr 2022 22:48:28 +0200 Subject: [PATCH] Updated global readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 879a9cf..90fe8b2 100644 --- a/README.md +++ b/README.md @@ -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).