Typo
This commit is contained in:
parent
ff7c049cb2
commit
952741a4ec
@ -4,7 +4,7 @@ Every utility is in a folder with its relevant configuration and is completely s
|
|||||||
|
|
||||||
## HEALTHCHECK
|
## HEALTHCHECK
|
||||||
A simple server health check.
|
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...).
|
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.
|
As an example, the command may be a ntfy call to obtain a notification on a mobile phone or desktop computer.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# HEALTHCHECK
|
# HEALTHCHECK
|
||||||
A simple server health check.
|
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.
|
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.
|
As an example, the command may be a ntfy call to obtain a notification on a mobile phone or desktop computer.
|
||||||
|
Loading…
Reference in New Issue
Block a user