MySQL

check_replication_slave

Description:

Nagios plugin to check status of Mysql replication slave.

Current Version

Last Release Date

May 28, 2009

Compatible With


Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
Project Files
Project Notes
Nagios plugin to check status of Mysql replication slave. Written in PHP, this plugin checks the state of SLAVE IO, SLAVE SQL engine and Seconds behind Master.
Reviews (3) Add a Review
Already included in check_mysql
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.
Helpful? Yes  No 
How to use it
by cz01, November 30, 2011
Can you explain me how to use it. Because, i usually use PERL Plugins and don't understand where this script/plugins should place it.

Thank you
Helpful? Yes  No 
Works ok but....
by ismasf@gmail.com, May 31, 2011
works ok but there is an error in return error call, the last line is:

exit ($errors[$state]);

and should be:

exit ((int)$errors[$state]);


Because error number should be and int and not a string to works ok.
Helpful? Yes  No 
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
3.8 (4)
Favorites
0
Views
99,948