A small infra monitoring tool
Find a file
2018-02-19 21:11:40 +01:00
LICENSE Initial commit 2018-01-15 00:58:41 +01:00
monitor-ynh [enh] Ignore first checks and if the host can't ping 2018-02-19 21:11:40 +01:00
README.md [enh] Ignore first checks and if the host can't ping 2018-02-19 21:11:40 +01:00

monitor-ynh

A small infra monitoring tool

You need to install bc and redis-server.

You need to configure a cron like this:

# cat /etc/cron.d/monitor-ynh-cron
*/15  *  *  *  * USER /bin/bash /PATH/TO/monitor-ynh

Don't forget to give executable permissions to monitor-ynh script and test it.