From e784c5dcb4378df18325def027151fcbec79ad5a Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Thu, 1 Jun 2017 14:11:16 +0200 Subject: [PATCH] nagios-nrpe: add unbound check --- nagios-nrpe/templates/evolix.cfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/nagios-nrpe/templates/evolix.cfg.j2 b/nagios-nrpe/templates/evolix.cfg.j2 index e9d5a8e3..53c0c8c1 100644 --- a/nagios-nrpe/templates/evolix.cfg.j2 +++ b/nagios-nrpe/templates/evolix.cfg.j2 @@ -34,6 +34,7 @@ command[check_ftp]=/usr/lib/nagios/plugins/check_ftp -H localhost command[check_http]=/usr/lib/nagios/plugins/check_http -f follow -I 127.0.0.1 -H localhost command[check_https]=/usr/lib/nagios/plugins/check_http -f follow -I 127.0.0.1 -S -p 443 -H ssl.evolix.net command[check_bind]=/usr/lib/nagios/plugins/check_dig -l evolix.net -H localhost +command[check_unbound]=/usr/lib/nagios/plugins/check_dig -l evolix.net -H localhost command[check_smb]=/usr/lib/nagios/plugins/check_tcp -H 127.0.0.1 -p 445 command[check_tse]=/usr/lib/nagios/plugins/check_tcp -H TSEADDR -p 3389 command[check_jboss-http]=/usr/lib/nagios/plugins/check_tcp -p 8080