A collection of utilities for self hosters
Go to file
2022-04-16 00:15:49 +02:00
healthcheck Updated readme, enabled by default universal checks 2022-04-16 00:15:49 +02:00
images Resized images 2022-04-01 11:15:41 +02:00
.gitignore Fixed dummy check 2022-04-15 08:59:10 +02:00
LICENSE Added license 2022-04-01 00:04:58 +02:00
README.md Updated global readme 2022-04-09 22:48:28 +02:00

Selfhost utilities

A collection of utilities for self hosters. Every utility is in a folder with its relevant configuration and is completely separated from the other, so you can install only the ones you need.

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). Tested on Debian 11, but should run on almost any standard linux box.

Email Ntfy

Please see healthcheck documentation

License

This whole repository is released under GNU General Public License version 3: see http://www.gnu.org/licenses/