]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/collectd/collectd.conf
9c5ba2946d8dd340c5865dfd3bddb41a6ca93539
[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 disk
17 LoadPlugin interface
18 LoadPlugin iptables
19 LoadPlugin load
20 #LoadPlugin logfile
21 #LoadPlugin mbmon
22 LoadPlugin memory
23 LoadPlugin ping
24 LoadPlugin processes
25 LoadPlugin rrdtool
26 LoadPlugin sensors
27 LoadPlugin swap
28 LoadPlugin syslog
29 LoadPlugin wireless
30
31 <Plugin interface>
32 Interface "lo"
33 Interface "ipsec1"
34 Interface "ipsec2"
35 Interface "ipsec3"
36 IgnoreSelected true
37 </Plugin>
38
39 <Plugin iptables>
40 Chain filter INPUT DROP_INPUT
41 Chain filter FORWARD DROP_OUTPUT
42 Chain filter PSCAN DROP_PScan
43 Chain filter NEWNOTSYN DROP_NEWNOTSYN
44 Chain filter OUTGOINGFW DROP_OUTGOINGFW
45 Chain filter INPUT DROP_Wirelessinput
46 Chain filter FORWARD DROP_Wirelessforward
47 </Plugin>
48
49 #<Plugin logfile>
50 # LogLevel info
51 # File STDOUT
52 #</Plugin>
53
54 <Plugin ping>
55 Host "gateway"
56 </Plugin>
57
58 <Plugin processes>
59 Process "sshd"
60 Process "smbd"
61 Process "nmbd"
62 Process "squid"
63 Process "squidguard"
64 Process "pluto"
65 Process "snort"
66 Process "openvpn"
67 Process "qemu"
68 Process "rtorrent"
69 Process "mpd"
70 Process "asterisk"
71 Process "java"
72 Process "mysqld"
73 Process "spamd"
74 </Plugin>
75
76 <Plugin rrdtool>
77 DataDir "/var/log/rrd/collectd"
78 CacheTimeout 300
79 CacheFlush 900
80 </Plugin>
81
82 <Plugin syslog>
83 LogLevel info
84 </Plugin>