summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/munin-node.conf.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/munin-node.conf.erb b/templates/munin-node.conf.erb
index 4448002..891203c 100644
--- a/templates/munin-node.conf.erb
+++ b/templates/munin-node.conf.erb
@@ -34,7 +34,11 @@ ignore_file \.pod$
# Set this if the client doesn't report the correct hostname when
# telnetting to localhost, port 4949
#
+<% if scope.lookupvar('munin::client::host_name') == '::fqdn' -%>
host_name <%= scope.lookupvar('::fqdn') %>
+<% else -%>
+host_name <%= scope.lookupvar('munin::client::host_name') %>
+<% end -%>
# A list of addresses that are allowed to connect. This must be a
# regular expression, since Net::Server does not understand CIDR-style