From 1868c2508f01c6b85f9086ddac00998521067fbc Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Thu, 4 Jun 2009 11:15:43 +0200 Subject: Remove superfluous modules_dir/.ignore and fix README --- README | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'README') diff --git a/README b/README index 80d0408..55bff26 100644 --- a/README +++ b/README @@ -34,14 +34,7 @@ To use this module, follow these directions: "modules.pp" in your site.pp, if you do not have that, then you will need to add the import line to your site.pp) - c. you will also need to create the following empty directories: - - mkdir /etc/puppet/modules/munin/files/empty - mkdir /etc/puppet/modules/munin/files/module_dir - mkdir -p /etc/puppet/modules/munin/files/nodes/module_dir - mkdir -p /etc/puppet/modules/munin/files/plugins/module_dir - - d. Add to the top of your site.pp a variable which indicates what IP should be allowed to + c. Add to the top of your site.pp a variable which indicates what IP should be allowed to connect to your individual munin-nodes (this is typically your main munin host's IP): $munin_cidr_allow = '192.168.0.1/32' @@ -52,16 +45,16 @@ To use this module, follow these directions: $munin_allow = '^192\.168\.0\.1$' - e. In the node definition in your site.pp for your main munin host, add the following: + d. In the node definition in your site.pp for your main munin host, add the following: include munin::host - f. On each node that will gather munin statistics, add this line to that node's entry + e. On each node that will gather munin statistics, add this line to that node's entry in site.pp (you may want to also add this to your main munin host): include munin::client - g. If there are particular munin plugins you want to enable or configure, you define them + f. If there are particular munin plugins you want to enable or configure, you define them in the node definition, like follows: # Enable monitoring of disk stats in bytes @@ -81,7 +74,7 @@ To use this module, follow these directions: } - h. If you have Linux-Vservers configured, you will likely have multiple munin-node processes + g. If you have Linux-Vservers configured, you will likely have multiple munin-node processes competing for the default port 4949, for those nodes, set an alternate port for munin-node to run on by putting something similar to the following in the node definition: -- cgit v1.2.3