5d3e21c273ab26971e82d37973750d4f5ce5d2cf
[mirror/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