]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Add an emergency ramdisk with all storage drivers.
[people/pmueller/ipfire-2.x.git] / config / collectd / collectd.conf
CommitLineData
a332b303
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/lib/collectd/types.db"
12Interval 30
13ReadThreads 3
14
a332b303 15LoadPlugin cpu
a332b303 16LoadPlugin disk
a332b303
CS
17LoadPlugin interface
18LoadPlugin iptables
a332b303
CS
19LoadPlugin load
20#LoadPlugin logfile
7bf4d18c 21#LoadPlugin mbmon
a332b303 22LoadPlugin memory
a332b303 23LoadPlugin ping
773362c5 24LoadPlugin processes
a332b303 25LoadPlugin rrdtool
7bf4d18c 26LoadPlugin sensors
a332b303
CS
27LoadPlugin swap
28LoadPlugin syslog
8a89eb91 29LoadPlugin wireless
a332b303
CS
30
31<Plugin interface>
a332b303
CS
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
5362088b
MT
45 Chain filter INPUT DROP_Wirelessinput
46 Chain filter FORWARD DROP_Wirelessforward
a332b303
CS
47</Plugin>
48
a332b303
CS
49#<Plugin logfile>
50# LogLevel info
51# File STDOUT
52#</Plugin>
53
a332b303
CS
54<Plugin ping>
55 Host "gateway"
56</Plugin>
57
58<Plugin processes>
773362c5 59 Process "sshd"
518f894b 60 Process "smbd"
773362c5
CS
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"
a332b303
CS
74</Plugin>
75
76<Plugin rrdtool>
77 DataDir "/var/log/rrd/collectd"
78 CacheTimeout 300
79 CacheFlush 900
80</Plugin>
81
a332b303
CS
82<Plugin syslog>
83 LogLevel info
84</Plugin>