Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
This is an update of check_mysqlslaverun.sh. In addition to ensuring that the slave is running, it will also record the seconds behind, and issue a WARNING when the slave is more than 10 seconds behind.
Current Version
0.0.1
Last Release Date
2012-07-12
Owner
Randy Wallace
License
MIT
check_mysqlslave
Pretty simple to use.
ARG1 = username ARG2 = password
$USER1$/check_mysqlslave.sh -u $ARG1$ -p $ARG2$ -H $HOSTADDRESS$
Make sure the user specified has either SUPER or REPLICATION CLIENT privileges.
See above review. This script is now redundant: it's built into the nagios-plugins published 'check_mysql' package, which is tested and maintained. Use 'check_mysql -S' and review the options desired.
very basic options and script is completely not portable nor does it feature a default exit code / message if any of the enclosed script fails to path and run. Spent hours troubleshooting dreaded 'NRPE: Unable to read output' before getting it to work. Basically ended up rewriting the thing from scratch.
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!