From ff66ccb14f738dd0f6f95bf2d9406874d3edb4c8 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 23 Nov 2009 12:41:05 -0500 Subject: 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 --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README') 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: -- cgit v1.2.3