olafz / percona-clustercheck

Script to make a proxy (ie HAProxy) capable of monitoring Percona XtraDB Cluster nodes properly. The clustercheck script is distributed under the BSD license.
BSD 3-Clause "New" or "Revised" License
173 stars 108 forks source link

Script has issue with new version #17

Closed JeremyHutchings closed 8 years ago

JeremyHutchings commented 8 years ago

I've just upgraded to Galera cluster 5.6.28-76.1-56 and the cluster state, wsrep_local_state is 4 and wsrep_cluster_status is Primary, though the parsing of the return seems to be failing and claiming the cluster is out of sync.

I think it's not parsing the -e CLI mysql responses correctly?

JeremyHutchings commented 8 years ago

User error, check script got overwritten during upgrade