Update collectd statsd plugin config

This commit is contained in:
Antsiferov Grigory 2018-11-28 14:15:50 +03:00
parent 2878d8eeb1
commit a3d9934b9f

View File

@ -439,6 +439,7 @@ LoadPlugin xencpu
{% endif %}
<Plugin interface>
Interface "/^vif.+/"
Interface "/^veth.+/"
Interface "/^br.+/"
IgnoreSelected true
@ -843,11 +844,11 @@ LoadPlugin xencpu
<Plugin statsd>
Host "::"
Port "8125"
DeleteCounters false
DeleteTimers false
DeleteGauges false
DeleteSets false
TimerPercentile 90.0
DeleteCounters true
DeleteTimers true
DeleteGauges true
DeleteSets true
TimerPercentile 95.0
</Plugin>
{% if False %}