Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
A MySQL check that reports on all channels of a multi-master slave.
Current Version
0.9.1
Last Release Date
2016-04-14
Owner
Martin Duclos
Compatible With
Version 0.9.1 of the monitor.
-- Description --
A MySQL slave check written in php that reports on all channels with Multi Master slave replication available as of MySQL 5.7. The plugin also work with previous version or mysql where there's only one slave thread.
---Usage---
/usr/bin/php mysql_slave_check_multimaster.php -c critical_delay -w warning_delay [-h mysqlserver[:port]] [-u user] [-p password]
---Parameters--- -h mysql server [localhost[:port]] -u mysql account that has access to show processlist and show slave status [root] -p password to the mysql account [] -c raise critical delay if replication delay is greater then pecificed value -w raise warning delay if replication delay is greater then specificed value
---Example---
/usr/bin/php /usr/local/nagios-custom-checks/mysql_slave_check_multimaster.php -h host.name:7309 -u mysqluser -p password -w 500 -c 2000
NOTE: The port number can be appended (or omitted) after the host name separated by a semicolumn.
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!