Sha256: 49db59b89571a3e63d41927b435897d2ef0fdbb464e44fcd5e65246865c65551
Contents?: true
Size: 1.02 KB
Versions: 155
Compression:
Stored size: 1.02 KB
Contents
<% @path = '/etc/munin/munin-node.conf' @post = 'service munin-node restart' %> # # Example config-file for munin-node # log_level 4 log_file /var/log/munin/munin-node.log port 4949 pid_file /var/run/munin/munin-node.pid background 1 setseid 1 # Which port to bind to; host * user root group root setsid yes # Regexps for files to ignore ignore_file ~$ ignore_file \.bak$ ignore_file %$ ignore_file \.dpkg-(tmp|new|old|dist)$ ignore_file \.rpm(save|new)$ # Set this if the client doesn't report the correct hostname when # telnetting to localhost, port 4949 # #host_name localhost.localdomain # A list of addresses that are allowed to connect. This must be a # regular expression, due to brain damage in Net::Server, which # doesn't understand CIDR-style network notation. You may repeat # the allow line as many times as you'd like allow ^127\.0\.0\.1$ <% munin_server = rubber_instances.for_role('web_tools').first.internal_ip rescue "127.0.0.1" munin_server = munin_server.gsub(/\./, "\\.") %> allow ^<%= munin_server %>$
Version data entries
155 entries across 115 versions & 6 rubygems