-
Notifications
You must be signed in to change notification settings - Fork 0
/
collectd.conf
54 lines (54 loc) · 1 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
Hostname "<Hostname>"
FQDNLookup true
BaseDir "/var/lib/collectd"
PluginDir "/usr/lib/collectd"
TypesDB "/usr/share/collectd/types.db"
Interval 300
LoadPlugin cpu
LoadPlugin df
LoadPlugin disk
LoadPlugin interface
LoadPlugin memory
LoadPlugin network
LoadPlugin ping
LoadPlugin swap
<Plugin cpu>
ReportByCpu true
ReportByState true
ValuesPercentage true
</Plugin>
<Plugin df>
FSType rootfs
FSType sysfs
FSType proc
FSType devtmpfs
FSType devpts
FSType tmpfs
FSType fusectl
FSType cgroup
IgnoreSelected true
ValuesAbsolute true
ValuesPercentage false
</Plugin>
<Plugin memory>
ValuesAbsolute false
ValuesPercentage true
</Plugin>
<Plugin network>
Server "victorique.loliloli.trade" "8086"
</Plugin>
<Plugin ping>
Host "ns5.gd.cnmobile.net"
Host "st1.bjtelecom.net"
Host "210.22.80.1"
Host "61.129.42.6"
Host "221.5.88.88"
Host "speedtest2.sh.chinamobile.com"
Host "cachefly.cachefly.net"
Interval 5.0
Timeout 0.9
TTL 255
</Plugin>
<Include "/etc/collectd/collectd.conf.d">
Filter "*.conf"
</Include>