Add a v4-v5 collectd migration config

This commit is contained in:
Kevin Fenzi 2014-07-18 18:15:28 +00:00
parent d0b258c33e
commit de7f7ab079
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,5 @@
LoadPlugin target_v5upgrade
PreCacheChain "PreCache"
<Chain "PreCache">
Target "v5upgrade"
</Chain>

View file

@ -18,3 +18,10 @@
tags:
- config
- collectd/server
# install upgrade target
- name: install collect upgrade target to handle v4 clients
copy: src=vfive-upgrade.conf dest=/etc/collectd.d/vfive-upgrade.conf
tags:
- config
- collectd/server