Mysql replication checking between 2x servers
Mysql replication checking between 2x servers
How can perform I Mysql replication checking between 2x servers?
Re: Mysql replication checking between 2x servers
It looks like we have a plugin for this on the Exchange.
https://exchange.nagios.org/directory/P ... us/details
This doc will walk you through the process of importing the plugin, and creating a command from it.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
https://exchange.nagios.org/directory/P ... us/details
This doc will walk you through the process of importing the plugin, and creating a command from it.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Mysql replication checking between 2x servers
Code: Select all
[root@nagios libexec]# mysql -u nagios -p -h x.x.x.x
Enter password:
ERROR 1129 (HY000): Host 'x.x.x.x' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
Re: Mysql replication checking between 2x servers
It looks like MySQL is blocking your Nagios server.
https://stackoverflow.com/questions/362 ... k-with-mys
https://stackoverflow.com/questions/362 ... k-with-mys
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Mysql replication checking between 2x servers
I will check it ... and get back to you
Re: Mysql replication checking between 2x servers
Sounds good. We will keep this thread open, and wait to hear back.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Mysql replication checking between 2x servers
done solved using above link... please close ticket