system-config/modules/zuul/templates/zuul.default.erb
James E. Blair 8250da7911 Add statsd configuration to zuul.
And allow zuul to send to statsd.

Change-Id: Ie9f78268a673523c4ea4025bdbbe40d8d3819398
Reviewed-on: https://review.openstack.org/18658
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Approved: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-12-26 21:44:31 +00:00

5 lines
149 B
Plaintext

<% if scope.lookupvar("zuul::statsd_host") != "" %>
export STATSD_HOST=<%= scope.lookupvar("zuul::statsd_host") %>
export STATSD_PORT=8125
<% end %>