]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/monit/files/puppet
Merge branch 'master' of ssh://handel.debian.org/srv/puppet.debian.org/git/dsa-puppet
[dsa-puppet.git] / modules / monit / files / puppet
1 check process puppetd with pidfile /var/run/puppet/puppetd.pid
2     start program = "/etc/init.d/puppet start"
3     stop program  = "/etc/init.d/puppet stop"
4     if cpu is greater than 80% for 3 cycles then alert
5     if cpu > 60% for 5 cycles then restart
6     if 5 restarts within 5 cycles then timeout
7