]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Fixed needed newline at EOF for collectd.
[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"
646370c1 11TypesDB "/usr/share/collectd/types.db"
a332b303 12Interval 30
d7cd8ad9 13ReadThreads 1
a332b303 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
d7cd8ad9
CS
30LoadPlugin match_regex
31
32include "/etc/collectd.precache"
a332b303
CS
33
34<Plugin interface>
a332b303
CS
35 Interface "lo"
36 Interface "ipsec1"
37 Interface "ipsec2"
38 Interface "ipsec3"
39 IgnoreSelected true
40</Plugin>
41
4c06c549 42<Plugin "disk">
fac92c6d 43 Disk "/[hs]d[a-z][0-9]$/"
4c06c549
CS
44 IgnoreSelected true
45</Plugin>
46
a332b303
CS
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
52 Chain filter OUTGOINGFW DROP_OUTGOINGFW
5362088b
MT
53 Chain filter INPUT DROP_Wirelessinput
54 Chain filter FORWARD DROP_Wirelessforward
a332b303
CS
55</Plugin>
56
a332b303
CS
57#<Plugin logfile>
58# LogLevel info
59# File STDOUT
60#</Plugin>
61
a332b303
CS
62<Plugin ping>
63 Host "gateway"
64</Plugin>
65
66<Plugin processes>
773362c5 67 Process "sshd"
518f894b 68 Process "smbd"
773362c5
CS
69 Process "nmbd"
70 Process "squid"
71 Process "squidguard"
72 Process "pluto"
73 Process "snort"
74 Process "openvpn"
75 Process "qemu"
76 Process "rtorrent"
77 Process "mpd"
78 Process "asterisk"
79 Process "java"
80 Process "mysqld"
81 Process "spamd"
a332b303
CS
82</Plugin>
83
84<Plugin rrdtool>
85 DataDir "/var/log/rrd/collectd"
a332b303
CS
86</Plugin>
87
a332b303
CS
88<Plugin syslog>
89 LogLevel info
90</Plugin>
4be3afa0 91
366aa0cb 92#include "/etc/collectd.thermal"
d7cd8ad9 93include "/etc/collectd.custom"