From bb067438789fce757996d8401fd96b66a30d580a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 20 Jun 2017 15:04:55 +0200 Subject: [PATCH] Maybe no statd on stretch? --- config/nagios-master.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index 024315f..fbcc249 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -2073,6 +2073,10 @@ services: nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C rpc.statd" hostgroups: computers excludehostgroups: nfs-client, nfs-server + - + name: unwanted process - rpc.statd + nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C rpc.statd" + hostgroups: stretch - name: unwanted process - inetd nrpe: "/usr/lib/nagios/plugins/check_procs -w 0:0 -C inetd" @@ -2637,6 +2641,7 @@ services: name: process - statd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u statd -C rpc.statd -a '/sbin/rpc.statd'" hostgroups: nfs-client, nfs-server + excludehostgroups: stretch - name: process - nfsd nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:10 -c 1: -u root -C nfsd -a '[nfsd]'" -- 2.20.1