summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-06-13 20:40:57 -0300
committermh <mh@immerda.ch>2012-06-13 20:40:57 -0300
commitc95f0b2fcf4f35b1a7ae3ad9c04600a32ab2bb43 (patch)
treeb643e6144b1fe32cdba08692cce075a0fc2aa2b5 /README
parentb4a30b6255ca495b98803317ad691fa1a26a4987 (diff)
migrate away from hiera stuff
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 22bb19f..1e47d27 100644
--- a/README
+++ b/README
@@ -28,7 +28,7 @@ To use this module, follow these directions:
a. Your modules directory will need all the files included in this repository placed
under a directory called "munin"
- b. Add your hiera storage value for munin_allow which indicates what IP should be allowed to
+ b. Add your class parameter for munin::client::allow which indicates what IP should be allowed to
connect to your individual munin-nodes (this is typically your main munin host's IP):
munin_allow: '192.168.0.1'
@@ -68,9 +68,9 @@ To use this module, follow these directions:
f. 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 hiera's node scope:
+ to run on by putting something similar to the following class parameter:
- munin_port: 4948
+ port => 4948
g. If you'd like to do cgi graphing, please note the following page: http://munin.projects.linpro.no/wiki/CgiHowto
For CentOS this is enabled in the default header config