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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue