Build precise queries to find exactly what you need
Press ESC to close
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:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!