[project @ steve@lobefin.net-20090302175238-c91deaky19jusyiy]
authorStephen Gran <steve@lobefin.net>
Mon, 2 Mar 2009 17:52:38 +0000 (17:52 +0000)
committerStephen Gran <steve@lobefin.net>
Mon, 2 Mar 2009 17:52:38 +0000 (17:52 +0000)
Since puppet only checks in every half hour, setting this to 30 will
cause a few racy jumps into alert mode for no reason.  Set to 60 minutes
instead, so it only alerts if the second check in fails.

dsa-nagios-nrpe-config/dsa-check-puppet

index 3a84d57..332261e 100755 (executable)
@@ -10,7 +10,7 @@ class CheckPuppet
   # default options
   OPTIONS = {
      :statefile   => "/var/lib/puppet/state/state.yaml",
-     :interval    => 30,
+     :interval    => 60,
   }
 
   o = OptionParser.new do |o|