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
|
html_strategy cgi
|
||||||
graph_strategy cgi
|
graph_strategy cgi
|
||||||
cgiurl_graph /munin/cgi/munin-cgi-graph
|
cgiurl_graph /munin/cgi/munin-cgi-graph
|
||||||
<% if @munin_tls == "true" -%>
|
|
||||||
|
|
||||||
# Force munin-update to use IPv4 to workaround broken IPv6 support
|
# Force munin-update to use IPv4 to workaround broken IPv6 support
|
||||||
local_address <%= @ipaddress %>
|
local_address <%= @ipaddress %>
|
||||||
|
<% if @munin_tls == "true" -%>
|
||||||
|
|
||||||
# Require TLS
|
# Require TLS
|
||||||
tls paranoid
|
tls paranoid
|
||||||
|
|
Loading…
Add table
Reference in a new issue