munin: Always set local_address in munin.conf.erb
This commit is contained in:
parent
aa2b4b38ce
commit
8665d16f90
1 changed files with 1 additions and 1 deletions
|
@ -14,10 +14,10 @@ tmpldir /etc/munin/templates
|
|||
html_strategy cgi
|
||||
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 %>
|
||||
<% if @munin_tls == "true" -%>
|
||||
|
||||
# Require TLS
|
||||
tls paranoid
|
||||
|
|
Loading…
Add table
Reference in a new issue