summaryrefslogtreecommitdiff
path: root/templates/munin-node.conf.default
diff options
context:
space:
mode:
Diffstat (limited to 'templates/munin-node.conf.default')
-rw-r--r--templates/munin-node.conf.default12
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