diff --git a/README.md b/README.md index e555c6e..52dbf45 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. +Allows to keep under control the machine vitals (cpu usage, raid status, thermals...) and alert 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. diff --git a/healthcheck/README.md b/healthcheck/README.md index 27cc1c7..c20efef 100644 --- a/healthcheck/README.md +++ b/healthcheck/README.md @@ -1,6 +1,6 @@ # 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. +Allows to keep under control the machine vitals (cpu usage, raid status, thermals...) and alert 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.