mirror of
https://github.com/valitydev/salt-common.git
synced 2024-11-06 10:25:23 +00:00
Update collectd statsd plugin config
This commit is contained in:
parent
2878d8eeb1
commit
a3d9934b9f
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user