Home Directory Addons Scheduled Downtime NADS - Nagios Automated Downtime Scheduler

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

NADS - Nagios Automated Downtime Scheduler

Rating
1 vote
Favoured:
0
Hits
98746
Files:
FileDescription
nagdtsched.tarnagdtsched.tar
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This is cron-activated downtime scheduler for Nagios hosts and services.
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)
byjurim, December 22, 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.