munin: Use hostnames in node definitions

This commit is contained in:
Ossi Salmi 2013-06-15 20:07:49 +03:00
parent fae8257a89
commit aa2b4b38ce
3 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@ allow <%= "^%s$" % allow.gsub('.', '\.') %>
<% end -%>
# Which address to bind to;
host <%= @ipaddress %>
host *
# And which port
port 4949