]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame_incremental - config/collectd/collectd.conf
Merge branch 'master' of git://git.ipfire.org/ipfire-2.x
[people/teissler/ipfire-2.x.git] / config / collectd / collectd.conf
... / ...
CommitLineData
1#
2# Config file for collectd(1).
3# Please read collectd.conf(5) for a list of options.
4# http://collectd.org/
5#
6
7Hostname "localhost"
8BaseDir "/var/log/rrd/collectd"
9PIDFile "/var/run/collectd.pid"
10PluginDir "/usr/lib/collectd"
11TypesDB "/usr/lib/collectd/types.db"
12Interval 30
13ReadThreads 3
14
15LoadPlugin cpu
16#LoadPlugin cpufreq
17LoadPlugin disk
18LoadPlugin interface
19LoadPlugin iptables
20LoadPlugin load
21#LoadPlugin logfile
22LoadPlugin memory
23LoadPlugin ping
24LoadPlugin processes
25LoadPlugin rrdtool
26LoadPlugin sensors
27LoadPlugin swap
28LoadPlugin thermal
29LoadPlugin 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>