summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schmitt <david@schmitt.edv-bus.at>2009-06-04 11:15:43 +0200
committerDavid Schmitt <david@schmitt.edv-bus.at>2009-06-04 11:15:43 +0200
commit1868c2508f01c6b85f9086ddac00998521067fbc (patch)
treea4bb376b60d2f5d571218759765b9f48fcc3f939
parent9e3a03b42c2426988cef1a1da236aa16ee54f125 (diff)
Remove superfluous modules_dir/.ignore and fix README
-rw-r--r--README17
-rw-r--r--files/modules_dir/.ignore0
2 files changed, 5 insertions, 12 deletions
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:
diff --git a/files/modules_dir/.ignore b/files/modules_dir/.ignore
deleted file mode 100644
index e69de29..0000000
--- a/files/modules_dir/.ignore
+++ /dev/null