Try to get the timing the same, but leave a lot of room in the
[mirror/dsa-puppet.git] / modules / monit / files / puppet
index 39a5626..789c678 100644 (file)
@@ -11,6 +11,6 @@ check process puppetd with pidfile /var/run/puppet/puppetd.pid
 
 check file puppetstate
     with path /var/lib/puppet/state/state.yaml
-    if timestamp > 1 hour then exec "/etc/init.d/puppet stop"
+    if timestamp > 45 minutes for 3 cycles then exec "/etc/init.d/puppet stop"
     depends on puppetd