TOP LEVEL CATEGORIES
EXPLORE
Description:
This is an updated version of an all in one script that does a little bit more than original project: http://exchange.nagios.org/directory/Addons/Notifications/*-Notification-Managers/Disabled-host-and-service-notification-parser/details
Script looks at nagios status.dat – status.log –
Parses out:
hosts that are disabled for active or notification checks
Services that are disabled for active or notification checks
Servicedowntime – that have been set – gives start/end time duration and any comments
hostdowntime -any hosts with scheduled down time.
Email is sent with links to your nagios server to re-enable any of the above if any host or service found to be disabled.
I have been using this on our nagios servers and it works really well.
Also last thing, take a look at nagalert which has been uploaded to this site. you can schedule downtime very easily.
Instructions: 1. This uses perl sendmail.pl – attached in tar.gz or downloadable from my github url – it requires you to install :
on debian/ubuntu systems: sudo apt-get install libmime-lite-perl
on redhat/centos: sudo yum install perl-MIME-Lite.noarch
The Lite.pm is within the tar.gz MIME folder – no need to download if you wish to use the local version Using this method, the script generates HTML email which includes the links to enable notifications/active checks through the email by clicking provided links.
2. The script needs some configuration you will need to provide the correct nagios hostname address and user password values for the links to work.
3. I have now combined all the awk statements into one larger awk and thus speeded up the work of the script by getting it run through the status.dat/ status.log once rather than multiple times
4. Once you have it working you can enable a cron entry like this:
30 08,16 * * * root /usr/local/bin/nagios-host-service-dtime-notification-parses.sh >/dev/null 2>&1
Which will email twice a day at 8:30 and 16:30 with the results
Current Version
1.2 final
Last Release Date
2013-04-10
Compatible With
Owner
Vahid Hedayati
Website
https://github.com/vahidhedayati
tar file containing sendmail
actual script within tar file
You must be logged in to submit a review.
Your review has been submitted and is pending approval.
To:
From:
Your recommendation has been sent.