summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-11-23 12:32:03 -0500
committerMicah Anderson <micah@riseup.net>2009-11-23 12:32:03 -0500
commit35982d28049064b3ef36dc7377070c8ada6410ce (patch)
tree99a2f72206a4b1de9c29ae0fbcd516e893356b78 /README
parent94eb06a3c753fcca3213bc5940d7d025dc790a37 (diff)
adjust README to note the new munin_cidr_allow variable
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 762a802..c0872f0 100644
--- a/README
+++ b/README
@@ -1,4 +1,3 @@
-
Munin is a performance monitoring system which creates nice RRD graphs and has
a very easy plugin interface. The munin homepage is http://munin.projects.linpro.no/
@@ -44,7 +43,7 @@ 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'
e. In the node definition in your site.pp for your main munin host, add the following: