Clustercheck is a script to make a proxy (ie. haproxy) capable of monitoring Percona XtraDB Cluster nodes properly. This is a config to run clustercheck/mysqlchk from systemd instead of xinetd.
cp clustercheck.socket /etc/systemd/system
cp [email protected] /etc/systemd/system
systemctl enable clustercheck.socket
systemctl start clustercheck.socket