From 364f6e9be1a5c76ac1fba796a7899f2c2eb315b2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 7 Dec 2014 19:53:55 +0100 Subject: [PATCH] adapt bind9 process check --- config/nagios-master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 70d17ea..f649ca1 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2491,7 +2491,7 @@ services: # {{{ DNS - name: process - named - nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:15 -c 1: -u bind -C named -a '/usr/sbin/named -u bind'" + nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:15 -c 1: -u bind -C named -a '/usr/sbin/named '" hostgroups: bind9-hosts - name: network service - dns -- 2.20.1