##  example monit configuration file
set daemon 180
set logfile syslog facility log_daemon
set mailserver 127.0.0.1
#set httpd port 2812
#     ssl disable
#     use address 127.0.0.1
#     allow admin:swordfish
#     allow monit:monit readonly

check device root with path /
    if space usage > 89% then alert

check cron with pidfile /var/run/cron.pid
    start program = "/System/Library/StartupItems/Cron/Cron start"
    stop program = "/System/Library/StartupItems/Cron/Cron stop"

