blob: badfff760c78b05e8144206f672496a9a5cd6ed8 [file] [log] [blame]
{% if inventory_hostname in groups['zookeepers'] -%}
LoadPlugin zookeeper
<Plugin "zookeeper">
Host "127.0.0.1"
Port "2181"
</Plugin>
{%- endif %}
LoadPlugin statsd
<Plugin statsd>
Host "::"
Port "8125"
DeleteSets true
TimerPercentile 90.0
</Plugin>