Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
A simple check/restart script to be located in /usr/local/bin/
Useful when you modify, configure, test and playing around in the cfg files of your nagios installation.
It does the “nagios -v .. check” and if errors found, it will report which cfg files and which lines.. If none found it will restart with a 5 seconds timer (in case you regret).
Current Version
1.0
Last Release Date
2014-12-18
Owner
Jesper Svendsen
License
GPL
Compatible With
Here is a one-liner to do it automatically (requires inotify-tools) while inotifywait -q -r -e modify /etc/nagios/ ; do echo "filename is changed"; nagios-reload;sleep 1;done
You must be logged in to submit a review.
To:
From: