Merge "docker: Added docker container for running collectd"
[barometer.git] / docs / release / userguide / collectd-ves-guest.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 <Plugin cpu>
11   ReportByCpu true
12   ReportByState true
13   ValuesPercentage true
14 </Plugin>
15
16 LoadPlugin interface
17 LoadPlugin memory
18 LoadPlugin load
19 LoadPlugin disk
20 LoadPlugin uuid
21
22 LoadPlugin write_kafka
23 <Plugin write_kafka>
24   Property "metadata.broker.list" "localhost:9092"
25   <Topic "collectd">
26     Format JSON
27   </Topic>
28 </Plugin>
29