-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathcollectd.conf.tmpl
72 lines (59 loc) · 1.37 KB
/
collectd.conf.tmpl
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
65
66
67
68
69
70
71
# Install:
# You can usually install with apt-get or yum
# Documentation:
# https://collectd.org/documentation.shtml
# System modifications:
# None
# Config file modifications:
# If you want to use a custom source name, change
# the "Hostname" paramter and set
#
# FQDNLookup false
#
# Make sure TypesDB points to a valid file:
#
# which %%%COLLECTDSHARE%%%/types.db
#
# Create the directory managed_config and put
# extra config files there:
#
# mkdir %%%COLLECTDMANAGEDCONFIG%%%
#
TypesDB "%%%TYPESDB%%%"
# If you use the Hostname parameter, you
# must quote ("...") the second argument
### Hostname "<YOUR_HOSTNAME_HERE>"
%%%SOURCENAMEINFO%%%
Interval 10
Timeout 2
ReadThreads 5
%%%WRITEQUEUECONFIG%%%
LoadPlugin logfile
<Plugin logfile>
LogLevel "info"
File "/var/log/signalfx-collectd.log"
Timestamp true
PrintSeverity false
</Plugin>
LoadPlugin cpu
LoadPlugin cpufreq
LoadPlugin df
LoadPlugin disk
LoadPlugin interface
LoadPlugin load
LoadPlugin memory
LoadPlugin network
LoadPlugin protocols
<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 uptime
Include "%%%COLLECTDMANAGEDCONFIG%%%"