[project @ peter@palfrader.org-20080403115113-jvbesux7e8rskfb2]
[mirror/dsa-nagios.git] / nagios-master.cfg
index 7615b72..cdc3c22 100644 (file)
@@ -380,7 +380,8 @@ services:
     hosts: samosa
   -
     name: process - nagios3
-    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u nagios -C nagios3 -a '/usr/sbin/nagios3 -d /etc/nagios3/nagios.cfg'"
+    # it forks one instance to check, so make it -w 1:2
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u nagios -C nagios3 -a '/usr/sbin/nagios3 -d /etc/nagios3/nagios.cfg'"
     hosts: samosa
 
  ###