forked from wavefrontHQ/install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
collectd.conf
executable file
·64 lines (53 loc) · 1.14 KB
/
collectd.conf
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
TypesDB "/usr/share/collectd/types.db"
# If you use the Hostname parameter, you
# must quote ("...") the second argument
### Hostname "<YOUR_HOSTNAME_HERE>"
FQDNLookup true
Interval 60
Timeout 2
ReadThreads 5
LoadPlugin logfile
<Plugin logfile>
LogLevel "info"
File "/var/log/collectd.log"
Timestamp true
PrintSeverity false
</Plugin>
LoadPlugin cpu
LoadPlugin cpufreq
LoadPlugin df
LoadPlugin disk
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin protocols
LoadPlugin processes
LoadPlugin users
LoadPlugin write_tsdb
<Plugin "protocols">
Value "Icmp:InDestUnreachs"
Value "Tcp:CurrEstab"
Value "Tcp:OutSegs"
Value "Tcp:RetransSegs"
Value "TcpExt:DelayedACKs"
Value "TcpExt:DelayedACKs"
Value "/Tcp:.*Opens/"
Value "/^TcpExt:.*Octets/"
IgnoreSelected false
</Plugin>
LoadPlugin netlink
<Plugin "netlink">
VerboseInterface "All"
</Plugin>
LoadPlugin vmem
<Plugin vmem>
Verbose false
</Plugin>
LoadPlugin swap
<Plugin swap>
ReportByDevice false
ReportBytes true
</Plugin>
LoadPlugin uptime
Include "/etc/collectd/filtering_config/*.conf"
Include "/etc/collectd/managed_config/*.conf"