X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmonit%2Ffiles%2Fpuppet;h=0ce5c25e3d071d19b4a9cb88e85c542527adddbf;hb=ce185de85e44360d9b734b0a4e78c2aa86a8aaa8;hp=ab3fe14ed75bc65eab41bcb76b4e320a1ec41389;hpb=95419fa6641354d5cde5964061c338914256ecfa;p=mirror%2Fdsa-puppet.git diff --git a/modules/monit/files/puppet b/modules/monit/files/puppet index ab3fe14ed..0ce5c25e3 100644 --- a/modules/monit/files/puppet +++ b/modules/monit/files/puppet @@ -2,15 +2,8 @@ ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## -check process puppetd with pidfile /var/run/puppet/puppetd.pid - start program = "/etc/init.d/puppet start" - stop program = "/etc/init.d/puppet stop" - if cpu is greater than 80% for 3 cycles then alert - if cpu > 60% for 5 cycles then restart - if 5 restarts within 5 cycles then timeout - -check file puppetstate - with path /var/lib/puppet/state/state.yaml - if timestamp > 90 minutes for 9 cycles then exec "/etc/init.d/puppet stop" - depends on puppetd +check file cronalive + with path /var/cache/dsa/cron.alive + # a cycle is 5 minutes, 24 cycles is thus 2 hours + if timestamp > 120 minutes for 24 cycles then exec "/usr/sbin/service cron restart"