Ajout check NRPE

This commit is contained in:
jdubois 2021-12-15 11:01:01 +01:00
parent 63a7fd9904
commit 7286ffc58e

View file

@ -219,3 +219,11 @@ Et on peut augmenter l'intervalle de vérification de la rétention :
# The interval of time when retention policy enforcement checks run.
check-interval = "24h"
~~~
### Monitoring
Le [check NRPE](HowtoIcinga) suivant peut être mis en place :
~~~
command[check_influxdb]=/usr/lib/nagios/plugins/check_http -I 127.0.0.1 -u /health -p 8086 -r '"status":"pass"'
~~~