]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/collectd/collectd.conf
Removed ACPI-Cooling device graph because always 0 collected
[people/pmueller/ipfire-2.x.git] / config / collectd / collectd.conf
1 #
2 # Config file for collectd(1).
3 # Please read collectd.conf(5) for a list of options.
4 # http://collectd.org/
5 #
6
7 Hostname "localhost"
8 BaseDir "/var/log/rrd/collectd"
9 PIDFile "/var/run/collectd.pid"
10 PluginDir "/usr/lib/collectd"
11 TypesDB "/usr/lib/collectd/types.db"
12 Interval 30
13 ReadThreads 3
14
15 LoadPlugin cpu
16 #LoadPlugin cpufreq
17 LoadPlugin disk
18 LoadPlugin interface
19 LoadPlugin iptables
20 LoadPlugin load
21 #LoadPlugin logfile
22 LoadPlugin memory
23 LoadPlugin ping
24 LoadPlugin processes
25 LoadPlugin rrdtool
26 LoadPlugin sensors
27 LoadPlugin swap
28 LoadPlugin thermal
29 LoadPlugin syslog
30 #LoadPlugin wireless
31
32 <Plugin interface>
33 Interface "lo"
34 Interface "ipsec1"
35 Interface "ipsec2"
36 Interface "ipsec3"
37 IgnoreSelected true
38 </Plugin>
39
40 <Plugin iptables>
41 Chain filter INPUT DROP_INPUT
42 Chain filter FORWARD DROP_OUTPUT
43 Chain filter PSCAN DROP_PScan
44 Chain filter NEWNOTSYN DROP_NEWNOTSYN
45 Chain filter OUTGOINGFW DROP_OUTGOINGFW
46 Chain filter INPUT DROP_Wirelessinput
47 Chain filter FORWARD DROP_Wirelessforward
48 </Plugin>
49
50 #<Plugin logfile>
51 # LogLevel info
52 # File STDOUT
53 #</Plugin>
54
55 <Plugin ping>
56 Host "gateway"
57 </Plugin>
58
59 <Plugin processes>
60 Process "sshd"
61 Process "smbd"
62 Process "nmbd"
63 Process "squid"
64 Process "squidguard"
65 Process "pluto"
66 Process "snort"
67 Process "openvpn"
68 Process "qemu"
69 Process "rtorrent"
70 Process "mpd"
71 Process "asterisk"
72 Process "java"
73 Process "mysqld"
74 Process "spamd"
75 </Plugin>
76
77 <Plugin rrdtool>
78 DataDir "/var/log/rrd/collectd"
79 </Plugin>
80
81 <Plugin syslog>
82 LogLevel info
83 </Plugin>
84
85 <Plugin thermal>
86 Device "cooling_device0"
87 Device "cooling_device1"
88 Device "cooling_device2"
89 Device "cooling_device3"
90 Device "cooling_device4"
91 Device "cooling_device5"
92 Device "cooling_device6"
93 Device "cooling_device7"
94 IgnoreSelected true
95 </Plugin>