diff --git a/README.md b/README.md index e3ffede..0bfcb15 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ Description =========== -This cookbook installs the percona-release apt or yum repository and allows you to install the client and/or server.. +This cookbook installs the percona-release apt or yum repository and allows you to install the client and/or server. A recipe is also included for the Percona Monitoring Plugins. -More info: http://www.percona.com/docs/wiki/percona-server:release:start +More info: + * http://www.percona.com/docs/wiki/percona-server:release:start + * http://www.percona.com/software/percona-monitoring-plugins/ Requirements @@ -14,14 +16,19 @@ none Attributes ========== -none +* `node['percona-install']['plugins_url']` - The base URL for the percona-monitoring-plugins +* `node['percona-install']['plugins_version']` - The version of plugins to be installed +* `node['percona-install']['plugins_sha']` - The sha of the downloaded tar gzip file. +* `node['percona-install']['plugins_path']` - The directory in which the plugins will be installed +* `node['percona-install']['plugins_nagios']` - The directory in which the nagios plugins will be installed Recipes ======= -* client - Installs Percona client -* server - Installs Percona server -* default - Installs percona-release apt or yum repository +* default - Installs percona-release apt or yum repository +* client - Installs Percona client +* server - Installs Percona server +* monitoring - Installs Percona monitoring plugins Usage ===== @@ -46,3 +53,9 @@ Include the percona-install::server recipe to install the percona server include_recipe "percona-install::server" Or add it to your role, or directly to a node's recipes. + +Include the percona-install::monitoring recipe to install the percona monitoring tools + + include_recipe "percona-install::monitoring" + +Or add it to your role, or directly to a node's recipes.