Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_replication_slave
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!
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.
Written in PHP, this plugin checks the state of SLAVE IO, SLAVE SQL engine and Seconds behind Master.
Reviews (3)
bynkadel, February 2, 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.
bycz01, 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
Thank you
byismasf@gmail.com, May 16, 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.
exit ($errors[$state]);
and should be:
exit ((int)$errors[$state]);
Because error number should be and int and not a string to works ok.