Update README.md
This commit is contained in:
parent
a18dc87952
commit
4dd3238ce8
10
README.md
10
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
|
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
|
## Génération
|
||||||
|
|
||||||
Faire une première génération de métrics :
|
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/
|
/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` :
|
Créer un cron `/etc/cron.d/staoolinfos` :
|
||||||
```
|
```
|
||||||
2 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/ >> /srv/statoolinfos/statoolinfos-cron.log
|
2 * * * * root /srv/statoolinfos/bin/statoolinfos probe -previousday /srv/statoolinfos/conf/ >> /srv/statoolinfos/statoolinfos-cron.log
|
||||||
|
|
Loading…
Reference in New Issue