Maybe no statd on stretch?
authorPeter Palfrader <peter@palfrader.org>
Tue, 20 Jun 2017 13:04:55 +0000 (15:04 +0200)
committerPeter Palfrader <peter@palfrader.org>
Tue, 20 Jun 2017 13:04:55 +0000 (15:04 +0200)
config/nagios-master.cfg

index 024315f..fbcc249 100644 (file)
@@ -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]'"