18 lines
481 B
Plaintext
18 lines
481 B
Plaintext
/********************
|
|
AUTOGENERATED BY CHEF
|
|
*********************/
|
|
|
|
{
|
|
graphitePort: <%= node['statsd']['graphite_port'] %>
|
|
, graphiteHost: "<%= node['statsd']['graphite_host'] %>"
|
|
<% if node['statsd']['relay_server'] -%>
|
|
, address: "127.0.0.1"
|
|
, mgmt_address: "127.0.0.1"
|
|
<% else -%>
|
|
, address: "<%= node['statsd']['graphite_host'] %>"
|
|
, mgmt_address: "<%=node['statsd']['graphite_host'] %>"
|
|
<% end -%>
|
|
, port: <%= node['statsd']['port'] %>
|
|
, backends: [ "./backends/graphite" ]
|
|
}
|