]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Fix collectd thermal-zone disabling
[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
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"
a332b303
CS
78</Plugin>
79
a332b303
CS
80<Plugin syslog>
81 LogLevel info
82</Plugin>
4be3afa0 83
366aa0cb 84#include "/etc/collectd.thermal"