Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

Commit 8fadd35

Browse files
leochen4891aespinosa
authored andcommitted
change statsd default host to localhost (#1247)
1 parent de17e37 commit 8fadd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbooks/bcpc-hadoop/attributes/jmxtrans_agent.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
default['bcpc']['hadoop']['jmxtrans_agent']['statsd'].tap do |statsd|
1212
statsd['class'] = 'org.jmxtrans.agent.StatsDOutputWriter'
13-
statsd['host'] = node['bcpc']['management']['vip']
13+
statsd['host'] = 'localhost'
1414
statsd['port'] = 8125
1515
end
1616

0 commit comments

Comments
 (0)