# /etc/monit.conf - Replace with this. Then monit reload
# monitrc: Managed by puppet.
#
set daemon 5
set logfile /var/log/monit.log
set idfile /var/lib/monit/id
set statefile /var/lib/monit/state
set eventqueue
    basedir /var/lib/monit/events
    slots 100
set httpd port 2812 and
   use address localhost
   allow 0.0.0.0/0.0.0.0
   allow admin:monit

include /etc/monit.d/*
