Skip to content

Commit

Permalink
Add "" to Hostname
Browse files Browse the repository at this point in the history
Hostname should be in "" , if not collectd will take the hostname using the gethostname system call.
  • Loading branch information
guerremdq committed Nov 29, 2014
1 parent 724e215 commit 520c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/collectd.conf.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Generated by Puppet
<% unless @fqdnlookup %>
Hostname <%= @collectd_hostname %>
Hostname "<%= @collectd_hostname %>"
FQDNLookup false
<% else %>
#Hostname localhost
Expand Down

0 comments on commit 520c382

Please sign in to comment.