Mysql replication checking between 2x servers

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Mysql replication checking between 2x servers

Post by fsodah »

How can perform I Mysql replication checking between 2x servers?
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Mysql replication checking between 2x servers

Post by mbellerue »

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
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!
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Re: Mysql replication checking between 2x servers

Post by fsodah »

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'
I am trying my own script
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Mysql replication checking between 2x servers

Post by mbellerue »

It looks like MySQL is blocking your Nagios server.
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!
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Re: Mysql replication checking between 2x servers

Post by fsodah »

I will check it ... and get back to you
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: Mysql replication checking between 2x servers

Post by mbellerue »

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!
fsodah
Posts: 295
Joined: Thu Sep 12, 2019 1:19 am

Re: Mysql replication checking between 2x servers

Post by fsodah »

done solved using above link... please close ticket
Locked