Updated clustercheck, intended to be standalone service for the reporting of Percona XtraDB cluster nodes.
This module requires MySQLdb package for python to function, aswell as a present ~/.my.cnf for the use the service will run as.
- fork it.
- Create a branch (
git checkout -b my_markup
) - Commit your changes (
git commit -am "I made these changes 123"
) updating AUTHORS.txt - Push to the branch (
git push origin my_markup
) - Create an Issue with a link to your branch