[root@mysql_slave2 conf]# masterha_check_repl --conf=/etc/mha/conf/app1.cnf
Sat Nov 4 00:57:03 2017 - [warning] Global configuration file /etc/masterha_default.cnf not found. Skipping.
Sat Nov 4 00:57:03 2017 - [info] Reading application default configurations from /etc/mha/conf/app1.cnf..
Sat Nov 4 00:57:03 2017 - [info] Reading server configurations from /etc/mha/conf/app1.cnf..
Sat Nov 4 00:57:03 2017 - [info] MHA::MasterMonitor version 0.55.
Sat Nov 4 00:57:03 2017 - [info] Dead Servers:
Sat Nov 4 00:57:03 2017 - [info] Alive Servers:
Sat Nov 4 00:57:03 2017 - [info] mysql_master(192.168.2.74:55555)
Sat Nov 4 00:57:03 2017 - [info] mysql_slave1(192.168.2.75:55555)
Sat Nov 4 00:57:03 2017 - [info] mysql_slave2(192.168.2.76:55555)
Sat Nov 4 00:57:03 2017 - [info] Alive Slaves:
Sat Nov 4 00:57:03 2017 - [info] mysql_slave1(192.168.2.75:55555) Version=5.5.57-log (oldest major version between slaves) log-bin:enabled
Sat Nov 4 00:57:03 2017 - [info] Replicating from 192.168.2.74(192.168.2.74:55555)
Sat Nov 4 00:57:03 2017 - [info] Primary candidate for the new Master (candidate_master is set)
Sat Nov 4 00:57:03 2017 - [info] mysql_slave2(192.168.2.76:55555) Version=5.5.57-log (oldest major version between slaves) log-bin:enabled
Sat Nov 4 00:57:03 2017 - [info] Replicating from 192.168.2.74(192.168.2.74:55555)
Sat Nov 4 00:57:03 2017 - [info] Primary candidate for the new Master (candidate_master is set)
Sat Nov 4 00:57:03 2017 - [info] Current Alive Master: mysql_master(192.168.2.74:55555)
Sat Nov 4 00:57:03 2017 - [info] Checking slave configurations..
Sat Nov 4 00:57:03 2017 - [info] read_only=1 is not set on slave mysql_slave1(192.168.2.75:55555).
Sat Nov 4 00:57:03 2017 - [info] read_only=1 is not set on slave mysql_slave2(192.168.2.76:55555).
Sat Nov 4 00:57:03 2017 - [info] Checking replication filtering settings..
Sat Nov 4 00:57:03 2017 - [info] binlog_do_db= , binlog_ignore_db=
Sat Nov 4 00:57:03 2017 - [info] Replication filtering check ok.
Sat Nov 4 00:57:03 2017 - [info] Starting SSH connection tests..
Sat Nov 4 00:57:04 2017 - [info] All SSH connection tests passed successfully.
Sat Nov 4 00:57:04 2017 - [info] Checking MHA Node version..
Sat Nov 4 00:57:05 2017 - [info] Version check ok.
Sat Nov 4 00:57:05 2017 - [info] Checking SSH publickey authentication settings on the current master..
Sat Nov 4 00:57:05 2017 - [info] HealthCheck: SSH to mysql_master is reachable.
Sat Nov 4 00:57:05 2017 - [info] Master MHA Node version is 0.54.
Sat Nov 4 00:57:05 2017 - [info] Checking recovery script configurations on the current master..
Sat Nov 4 00:57:05 2017 - [info] Executing command: save_binary_logs --command=test --start_pos=4 --binlog_dir=/data/mysql/55555/logs/ --output_file=/var/tmp/save_binary_logs_test --manager_version=0.55 --start_file=mysql-bin.000006
Sat Nov 4 00:57:05 2017 - [info] Connecting to root@mysql_master(mysql_master)..
Creating /var/tmp if not exists.. ok.
Checking output directory is accessible or not..
ok.
Binlog found at /data/mysql/55555/logs/, up to mysql-bin.000006
Sat Nov 4 00:57:05 2017 - [info] Master setting check done.
Sat Nov 4 00:57:05 2017 - [info] Checking SSH publickey authentication and checking recovery script configurations on all alive slave servers..