#
# THIS FILE IS MANAGED BY PUPPET
# /etc/puppet/modules/production/monit/files/common/etc/monit/conf.d/ntp
#

check process ntpd with pidfile /var/run/ntpd.pid
  start program = "/etc/init.d/ntp start"
  stop program = "/etc/init.d/ntp stop"
  if 5 restarts within 5 cycles then timeout
