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