From 4dd3238ce82d70d78119d230e9017c3be947fe74 Mon Sep 17 00:00:00 2001 From: Christian MOMON Date: Mon, 31 Jan 2022 18:06:09 +0000 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 316a966..9507d67 100644 --- a/README.md +++ b/README.md @@ -425,6 +425,11 @@ conf.probe.httperrorlog.file=/var/log/nginx/foo.chalec.org-error.log* conf.probe.target=/srv/statoolinfos/well-known/statoolinfos/foo.chalec.org-metrics.properties ``` +Vérifier les permissions de lecture : +``` +chmod go+r /srv/statoolinfos/well-known/statoolinfos/* +``` + ## Génération Faire une première génération de métrics : @@ -432,6 +437,11 @@ Faire une première génération de métrics : /srv/statoolinfos/bin/statoolinfos probe -full /srv/statoolinfos/conf/ ``` +Vérifier les permissions de lecture : +``` +chmod go+r /srv/statoolinfos/well-known/statoolinfos/* +``` + Créer un cron `/etc/cron.d/staoolinfos` : ``` 2 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/ >> /srv/statoolinfos/statoolinfos-cron.log