Scheduled Downtime

NADS – Nagios Automated Downtime Scheduler

Description:

This is cron-activated downtime scheduler for Nagios hosts and services.

Current Version

Last Release Date

May 27, 2009

Compatible With

Owner


Project Files
Project Notes
The purpose of this tool is to use cron to schedule downtime for hosts or services that have regularly scheduled downtimes (like a Windows box being rebooted once a week to get all of the updates applied).
Reviews (1) Add a Review
Some notes for Linux version
by jurim, December 31, 2013
In "sched_host_downtime"

$ECHOCMD is pretty useless, "echo" is a shell builtin.

if [ $# -gt 0 ]; then
usage

Should be: if [ $# -eq 0]; then usage

Also "usage" function should be defined before, not after.
Helpful? Yes  No 
Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
4 (1)
Favorites
0
Views
99,131