diff options
author | mh <mh@immerda.ch> | 2012-04-29 12:58:22 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-04-29 12:58:22 +0200 |
commit | e710a3bfd1d24a9fa4fdb217609635fec616a6f7 (patch) | |
tree | c601b2e613a591e0500bd8ce15066f8f6057e6dd | |
parent | 71d2ec597e9c3b091257252f80db74990f870dca (diff) |
update config file to match upstream
-rw-r--r-- | templates/munin-node.conf.default | 12 |
1 files changed, 7 insertions, 5 deletions
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 |