Merge "docs: update ves documentation and add steps to run on baremetal nodes"
[barometer.git] / docs / release / userguide / collectd-ves-host.conf
1 LoadPlugin interface
2 LoadPlugin memory
3 LoadPlugin disk
4
5 LoadPlugin cpu
6 <Plugin cpu>
7   ReportByCpu true
8   ReportByState true
9   ValuesPercentage true
10 </Plugin>
11
12 LoadPlugin write_kafka
13 <Plugin write_kafka>
14   Property "metadata.broker.list" "localhost:9092"
15   <Topic "collectd">
16     Format JSON
17   </Topic>
18 </Plugin>