Merge "VES: add new tag to strip extra dashes"
[barometer.git] / docs / release / userguide / collectd-ves-host.conf
1 LoadPlugin logfile
2 <Plugin logfile>
3   LogLevel info
4   File "/opt/collectd/var/log/collectd.log"
5   Timestamp true
6   PrintSeverity false
7 </Plugin>
8
9 LoadPlugin cpu
10
11 LoadPlugin virt
12 <Plugin virt>
13   Connection "qemu:///system"
14   RefreshInterval 60
15   HostnameFormat uuid
16   PluginInstanceFormat name
17   ExtraStats "cpu_util"
18 </Plugin>
19
20 LoadPlugin write_kafka
21 <Plugin write_kafka>
22   Property "metadata.broker.list" "localhost:9092"
23   <Topic "collectd">
24     Format JSON
25   </Topic>
26 </Plugin>