[project @ peter@palfrader.org-20080421173812-cnwle49h91f3oyhf]
authorPeter Palfrader <peter@palfrader.org>
Mon, 21 Apr 2008 17:38:12 +0000 (17:38 +0000)
committerPeter Palfrader <peter@palfrader.org>
Mon, 21 Apr 2008 17:38:12 +0000 (17:38 +0000)
buildds sometimes have a second cron process running in the chroot.  that's not nice but probably ok

nagios-master.cfg

index bb5404d..26030e1 100644 (file)
@@ -724,7 +724,7 @@ services:
  ###
   -
     name: process - cron
-    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:1 -c 1: -u root -C cron -a /usr/sbin/cron"
+    nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:2 -c 1: -u root -C cron -a /usr/sbin/cron"
     hostgroups: computers
 
  ###