]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Updated collectd config
[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
d2c65e37 16#LoadPlugin cpufreq
a332b303 17LoadPlugin disk
a332b303
CS
18LoadPlugin interface
19LoadPlugin iptables
a332b303
CS
20LoadPlugin load
21#LoadPlugin logfile
a332b303 22LoadPlugin memory
a332b303 23LoadPlugin ping
773362c5 24LoadPlugin processes
a332b303 25LoadPlugin rrdtool
7bf4d18c 26LoadPlugin sensors
a332b303
CS
27LoadPlugin swap
28LoadPlugin syslog
d2c65e37 29#LoadPlugin 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
4c06c549
CS
39<Plugin "disk">
40 Disk "/[0-9]$/"
41 IgnoreSelected true
42</Plugin>
43
a332b303
CS
44<Plugin iptables>
45 Chain filter INPUT DROP_INPUT
46 Chain filter FORWARD DROP_OUTPUT
47 Chain filter PSCAN DROP_PScan
48 Chain filter NEWNOTSYN DROP_NEWNOTSYN
49 Chain filter OUTGOINGFW DROP_OUTGOINGFW
5362088b
MT
50 Chain filter INPUT DROP_Wirelessinput
51 Chain filter FORWARD DROP_Wirelessforward
a332b303
CS
52</Plugin>
53
a332b303
CS
54#<Plugin logfile>
55# LogLevel info
56# File STDOUT
57#</Plugin>
58
a332b303
CS
59<Plugin ping>
60 Host "gateway"
61</Plugin>
62
63<Plugin processes>
773362c5 64 Process "sshd"
518f894b 65 Process "smbd"
773362c5
CS
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"
a332b303
CS
79</Plugin>
80
81<Plugin rrdtool>
82 DataDir "/var/log/rrd/collectd"
a332b303
CS
83</Plugin>
84
a332b303
CS
85<Plugin syslog>
86 LogLevel info
87</Plugin>
4be3afa0 88
366aa0cb 89#include "/etc/collectd.thermal"