Skip to content

Commit

Permalink
Update the README to reflect the new monitoring cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
nathenharvey committed Apr 2, 2012
1 parent b5aa59f commit f774b28
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions 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
Expand All @@ -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
=====
Expand All @@ -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.

0 comments on commit f774b28

Please sign in to comment.