summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-11-23 12:41:05 -0500
committerMicah Anderson <micah@riseup.net>2009-11-23 12:41:05 -0500
commitff66ccb14f738dd0f6f95bf2d9406874d3edb4c8 (patch)
tree0966c7b6f71042b09564ca606995d6726f7d661d /README
parent35982d28049064b3ef36dc7377070c8ada6410ce (diff)
fixup the README so it includes DavidS' changes for the munin_cidr_allow information:
* add back the cidr notation to the example variable * add back the information about pre-lenny versions
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index c0872f0..c79cdf0 100644
--- a/README
+++ b/README
@@ -43,7 +43,13 @@ To use this module, follow these directions:
d. 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'
+ $munin_cidr_allow = '192.168.0.1/32'
+
+ You can also put an array there.
+
+ On pre-lenny systems, you have to use the older Regexp-variant:
+
+ $munin_allow = '^192\.168\.0\.1$'
e. In the node definition in your site.pp for your main munin host, add the following: