## Systemd Clustercheck 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. ## INSTALL ``` cp clustercheck.socket /etc/systemd/system cp clustercheck@.service /etc/systemd/system systemctl enable clustercheck.socket systemctl start clustercheck.socket ```