MySQL

check mysql slave sql running

Description:

checks to see if mysql slave sql is running. written in a shell script, so its easily portable.

Current Version

Last Release Date

May 28, 2009

Compatible With


Project Files
Project Notes
checks to see if mysql slave sql is running. written in a shell script, so its easily portable.
Reviews (4) Add a Review
Redundant, already included in check_mysql plugin
by nkadel, February 28, 2015

This is 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.



I get the script working but
by basd82, October 31, 2011

I got the script to work. the write left out the host part. to fix this you need to answer line to: answer=`$mysqlpath/mysql -u $user -p$pass -h $host -e 'show slave statusG' | /bin/grep Slave_SQL_Running | /usr/bin/cut -f2 -d:`



Lot of issues
by talonx, November 30, 2010

There's no support for a custom port. And the host parameter seems to be completely ignored.



nice script!
by uneaqs, March 31, 2010

works very well, thank you!



Add a Review

You must be logged in to submit a review.

Thank you for your review!

Your review has been submitted and is pending approval.

Recommend

To:


From:


Thank you for your recommendation!

Your recommendation has been sent.

Project Stats
Rating
2 (5)
Favorites
0
Views
106,520