mirror of
https://github.com/YunoHost/monitor-ynh.git
synced 2024-09-03 20:06:24 +02:00
A small infra monitoring tool
LICENSE | ||
monitor-ynh | ||
README.md |
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.