]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Disabled and removed unused iptables rrds.
[people/pmueller/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
18LoadPlugin interface
19LoadPlugin iptables
20LoadPlugin load
21#LoadPlugin logfile
22LoadPlugin memory
23LoadPlugin ping
24LoadPlugin processes
25LoadPlugin rrdtool
26LoadPlugin sensors
27LoadPlugin swap
28LoadPlugin syslog
29#LoadPlugin wireless
30LoadPlugin match_regex
31
32include "/etc/collectd.precache"
33
34<Plugin interface>
35 Interface "lo"
36 Interface "ipsec1"
37 Interface "ipsec2"
38 Interface "ipsec3"
39 IgnoreSelected true
40</Plugin>
41
42<Plugin "disk">
43 Disk "/[hs]d[a-z][0-9]$/"
44 IgnoreSelected true
45</Plugin>
46
47<Plugin iptables>
48 Chain filter INPUT DROP_INPUT
49 Chain filter FORWARD DROP_OUTPUT
50 Chain filter PSCAN DROP_PScan
51 Chain filter NEWNOTSYN DROP_NEWNOTSYN
292a6b4e
CS
52</Plugin>
53
54#<Plugin logfile>
55# LogLevel info
56# File STDOUT
57#</Plugin>
58
59<Plugin ping>
60 Host "gateway"
61</Plugin>
62
63<Plugin processes>
64 Process "sshd"
65 Process "smbd"
66 Process "nmbd"
67 Process "squid"
68 Process "squidguard"
69 Process "pluto"
70 Process "snort"
71 Process "openvpn"
72 Process "qemu"
73 Process "rtorrent"
74 Process "mpd"
75 Process "asterisk"
76 Process "java"
77 Process "mysqld"
78 Process "spamd"
79</Plugin>
80
81<Plugin rrdtool>
82 DataDir "/var/log/rrd/collectd"
83</Plugin>
84
85<Plugin syslog>
86 LogLevel info
87</Plugin>
88
89#include "/etc/collectd.thermal"
90include "/etc/collectd.custom"