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