diff --git a/README.md b/README.md index a892272..5c90f15 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,11 @@ cd $(dirname "$0") ./statoolinfos uptime ../conf/chalec.conf ``` +Donner le droit d'exécution des scripts : +``` +chmod u+x crawl htmlize probe refresh uptime +``` + Créer le cron `/etc/cron.d/statoolinfos` : ``` 4 * * * * root /srv/statoolinfos/bin/refresh >> /srv/statoolinfos/statoolinfos-cron.log