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

Added support for checking defined host #30

Open gtufte opened 4 years ago

gtufte commented 4 years ago

I'm running MariaDB in docker, so I had to specify -h 127.0.0.1 when connecting from the host. This change adds an option for a specific host and not only the local socket.

dgeo commented 2 years ago

or use a specific my.cnf ?