-
Notifications
You must be signed in to change notification settings - Fork 8
/
collectd.conf
46 lines (40 loc) · 862 Bytes
/
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
# Config file for collectd. More info: https://collectd.org/
# Note: Luci statistics will generate a new config and overwrite this file.
Hostname "b1300-2"
#FQDNLookup true
BaseDir "/var/run/collectd"
Include "/etc/collectd/conf.d"
PIDFile "/var/run/collectd.pid"
PluginDir "/usr/lib/collectd"
TypesDB "/usr/share/collectd/types.db"
Interval 30
ReadThreads 2
LoadPlugin interface
LoadPlugin load
#LoadPlugin ping
#LoadPlugin rrdtool
LoadPlugin cpu
LoadPlugin memory
LoadPlugin uptime
LoadPlugin network
LoadPlugin iwinfo
<Plugin iwinfo>
Interface "wlan0"
Interface "wlan1"
</Plugin>
<Plugin interface>
IgnoreSelected false
Interface "br-wlan"
Interface "wlan0"
Interface "wlan1"
Interface "wlan2"
Interface "eth0"
</Plugin>
<Plugin network>
# Server "server"
</Plugin>
#<Plugin ping>
# Host "host.foo.bar"
# Interval 30
# TTL 127
#</Plugin>