
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
File | Description |
---|---|
nagdtsched.tar |
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
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.
Page Sections
Project Stats
Rating
4 (1)
Favorites
0
Views
99,151