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