nagios-nrpe: new check influxdb

This commit is contained in:
Jérémy Dubois 2021-10-22 14:51:36 +02:00
parent ca28df1b75
commit 90acb99c2a
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ The **patch** part changes is incremented if multiple releases happen the same m
### Added ### Added
* evolinux-base: add script backup-server-state * evolinux-base: add script backup-server-state
* nagios-nrpe: new check influxdb
### Changed ### Changed

View File

@ -56,6 +56,7 @@ command[check_bkctld_jails]=sudo /usr/sbin/bkctld check-jails
# "check_bkctld" is here as backward compatibility, but is replaced by "check_bkctld_jails" # "check_bkctld" is here as backward compatibility, but is replaced by "check_bkctld_jails"
command[check_bkctld]=sudo /usr/sbin/bkctld check command[check_bkctld]=sudo /usr/sbin/bkctld check
command[check_postgrey]=/usr/lib/nagios/plugins/check_tcp -p10023 command[check_postgrey]=/usr/lib/nagios/plugins/check_tcp -p10023
command[check_influxdb]=/usr/lib/nagios/plugins/check_http -I 127.0.0.1 -u /health -p 8086 -r '"status":"pass"'
# Local checks (not packaged) # Local checks (not packaged)
command[check_mem]={{ nagios_plugins_directory }}/check_mem -f -C -w 20 -c 10 command[check_mem]={{ nagios_plugins_directory }}/check_mem -f -C -w 20 -c 10