From e710a3bfd1d24a9fa4fdb217609635fec616a6f7 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 29 Apr 2012 12:58:22 +0200 Subject: update config file to match upstream --- templates/munin-node.conf.default | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'templates') diff --git a/templates/munin-node.conf.default b/templates/munin-node.conf.default index d67a9f8..adc2408 100644 --- a/templates/munin-node.conf.default +++ b/templates/munin-node.conf.default @@ -41,11 +41,13 @@ host_name <%= fqdn %> allow <%= "^#{Regexp.escape(allow)}$" %> <% end -%> -# If you have installed the Net::CIDR perl module, you can use -# multiple cidr_allow and cidr_deny address/mask patterns. A -# connecting client must match any cidr_allow, and not match any -# cidr_deny. Example: - +# If you have installed the Net::CIDR perl module, you can use one or more +# cidr_allow and cidr_deny address/mask patterns. A connecting client must +# match any cidr_allow, and not match any cidr_deny. Note that a netmask +# *must* be provided, even if it's /32 +# +# Example: +# # cidr_allow 127.0.0.1/32 # cidr_allow 192.0.2.0/24 # cidr_deny 192.0.2.42/32 -- cgit v1.2.3