# For your nagios crontabs

# Set the paths correct for wherever you installed this.

# This should run AT LEAST once per day.  It will schedule any outages for
# the forthcoming week, or whatever the FREQUENCY option is set to in
# the script.
# Dont forget to change the paths to the correct values for your system!
01 * * * * /usr/local/nagios/bin/downtime_job.pl >/usr/local/nagios/logs/downtime.log 2>&1

