aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release/userguide/collectd-ves-host.conf
blob: 1a03e4e006c4a506843490bef00f06cdad791627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LoadPlugin interface
LoadPlugin memory
LoadPlugin disk

LoadPlugin cpu
<Plugin cpu>
  ReportByCpu true
  ReportByState true
  ValuesPercentage true
</Plugin>

LoadPlugin write_kafka
<Plugin write_kafka>
  Property "metadata.broker.list" "localhost:9092"
  <Topic "collectd">
    Format JSON
  </Topic>
</Plugin>