aboutsummaryrefslogtreecommitdiffstats
path: root/performanceTests/environment/jmeterVM/collectd/collectd.conf
blob: ddf15715b5fa5472336a0f61e02fbd442c064f6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
FQDNLookup true

LoadPlugin syslog
LoadPlugin cpu
LoadPlugin memory
LoadPlugin network

<Plugin syslog>
   LogLevel info
</Plugin>

<Plugin cpu>
   ReportByCpu false
   ReportByState false
   ValuesPercentage true
   Interval 5
</Plugin>

<Plugin memory>
   ValuesAbsolute false
   ValuesPercentage true
</Plugin>

<Plugin network>
   Server WORKER_IP "30003"
</Plugin>

<Include "/etc/collectd/collectd.conf.d">
   Filter "*.conf"
</Include>