munin: Use hostnames in node definitions
This commit is contained in:
parent
fae8257a89
commit
aa2b4b38ce
3 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ allow <%= "^%s$" % allow.gsub('.', '\.') %>
|
|||
<% end -%>
|
||||
|
||||
# Which address to bind to;
|
||||
host <%= @ipaddress %>
|
||||
host *
|
||||
|
||||
# And which port
|
||||
port 4949
|
||||
|
|
|
@ -16,6 +16,9 @@ graph_strategy cgi
|
|||
cgiurl_graph /munin/cgi/munin-cgi-graph
|
||||
<% if @munin_tls == "true" -%>
|
||||
|
||||
# Force munin-update to use IPv4 to workaround broken IPv6 support
|
||||
local_address <%= @ipaddress %>
|
||||
|
||||
# Require TLS
|
||||
tls paranoid
|
||||
tls_verify_certificate yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue