]> git.ipfire.org Git - ipfire-2.x.git/blob - config/collectd/collectd.conf
suricata: Change midstream policy to "pass-flow"
[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/share/collectd/types.db"
12 Interval 30
13 ReadThreads 1
14
15 LoadPlugin conntrack
16 LoadPlugin cpu
17 #LoadPlugin cpufreq
18 LoadPlugin disk
19 LoadPlugin entropy
20 LoadPlugin interface
21 LoadPlugin iptables
22 LoadPlugin load
23 #LoadPlugin logfile
24 LoadPlugin memory
25 LoadPlugin ping
26 LoadPlugin processes
27 LoadPlugin rrdtool
28 LoadPlugin sensors
29 LoadPlugin swap
30 LoadPlugin syslog
31 #LoadPlugin wireless
32 LoadPlugin match_regex
33
34 include "/etc/collectd.precache"
35
36 <Plugin interface>
37 Interface "lo"
38 Interface "/[0-9]*phys$/"
39 Interface "/^macvtap[0-9]*$/"
40 Interface "/^vnet[0-9]*$/"
41 IgnoreSelected true
42 </Plugin>
43
44 <Plugin "disk">
45 Disk "/[hs]d[a-z][0-9]$/"
46 IgnoreSelected true
47 </Plugin>
48
49 <Plugin iptables>
50 Chain filter PSCAN DROP_PScan
51 Chain filter NEWNOTSYN DROP_NEWNOTSYN
52 Chain filter POLICYFWD DROP_FORWARD
53 Chain filter POLICYOUT DROP_OUTPUT
54 Chain filter POLICYIN DROP_INPUT
55 </Plugin>
56
57 #<Plugin logfile>
58 # LogLevel info
59 # File STDOUT
60 #</Plugin>
61
62 <Plugin ping>
63 Host "gateway"
64 interval 30
65 timeout 10
66 </Plugin>
67
68 <Plugin processes>
69 Process "sshd"
70 Process "smbd"
71 Process "nmbd"
72 Process "squid"
73 Process "squidguard"
74 Process "charon"
75 Process "openvpn"
76 Process "qemu"
77 Process "rtorrent"
78 Process "mpd"
79 Process "asterisk"
80 Process "java"
81 Process "spamd"
82 </Plugin>
83
84 <Plugin rrdtool>
85 DataDir "/var/log/rrd/collectd"
86 </Plugin>
87
88 <Plugin syslog>
89 LogLevel info
90 </Plugin>
91
92 #include "/etc/collectd.thermal"
93 include "/etc/collectd.custom"
94 include "/etc/collectd.vpn"