summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Schmitt <david@schmitt.edv-bus.at>2009-06-03 11:11:45 +0200
committerDavid Schmitt <david@schmitt.edv-bus.at>2009-06-03 11:11:45 +0200
commitc0abb341bfdd1061c85d0349b9a880de6047728f (patch)
treecee1132029f056c10d9373de3955421f63bac4a2 /README
parentc223993eba487cc24425890b2b9b6abd2f6c4d35 (diff)
use cidr_allow in lenny and newer
This change keeps munin_allow for etch and feisty, since I don't know whether cidr_allow is already possible there. Everyone else should change to the much nicer CIDR notation of cidr_allow. You can use an array to specify multiple rules.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index 18cfa0a..8352db0 100644
--- a/README
+++ b/README
@@ -44,7 +44,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_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: