]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - config/collectd/collectd.conf
Add cpufrequtils
[people/teissler/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
d2c65e37 16#LoadPlugin cpufreq
a332b303 17LoadPlugin disk
a332b303
CS
18LoadPlugin interface
19LoadPlugin iptables
a332b303
CS
20LoadPlugin load
21#LoadPlugin logfile
7bf4d18c 22#LoadPlugin mbmon
a332b303 23LoadPlugin memory
a332b303 24LoadPlugin ping
773362c5 25LoadPlugin processes
a332b303 26LoadPlugin rrdtool
7bf4d18c 27LoadPlugin sensors
a332b303
CS
28LoadPlugin swap
29LoadPlugin syslog
d2c65e37 30#LoadPlugin wireless
a332b303
CS
31
32<Plugin interface>
a332b303
CS
33 Interface "lo"
34 Interface "ipsec1"
35 Interface "ipsec2"
36 Interface "ipsec3"
37 IgnoreSelected true
38</Plugin>
39
40<Plugin iptables>
41 Chain filter INPUT DROP_INPUT
42 Chain filter FORWARD DROP_OUTPUT
43 Chain filter PSCAN DROP_PScan
44 Chain filter NEWNOTSYN DROP_NEWNOTSYN
45 Chain filter OUTGOINGFW DROP_OUTGOINGFW
5362088b
MT
46 Chain filter INPUT DROP_Wirelessinput
47 Chain filter FORWARD DROP_Wirelessforward
a332b303
CS
48</Plugin>
49
a332b303
CS
50#<Plugin logfile>
51# LogLevel info
52# File STDOUT
53#</Plugin>
54
a332b303
CS
55<Plugin ping>
56 Host "gateway"
57</Plugin>
58
59<Plugin processes>
773362c5 60 Process "sshd"
518f894b 61 Process "smbd"
773362c5
CS
62 Process "nmbd"
63 Process "squid"
64 Process "squidguard"
65 Process "pluto"
66 Process "snort"
67 Process "openvpn"
68 Process "qemu"
69 Process "rtorrent"
70 Process "mpd"
71 Process "asterisk"
72 Process "java"
73 Process "mysqld"
74 Process "spamd"
a332b303
CS
75</Plugin>
76
77<Plugin rrdtool>
78 DataDir "/var/log/rrd/collectd"
79 CacheTimeout 300
80 CacheFlush 900
81</Plugin>
82
a332b303
CS
83<Plugin syslog>
84 LogLevel info
85</Plugin>