]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Add collectd restart to networking/red
[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 27LoadPlugin swap
30189c50 28LoadPlugin thermal
a332b303 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"
a332b303
CS
79</Plugin>
80
a332b303
CS
81<Plugin syslog>
82 LogLevel info
83</Plugin>
4be3afa0
AF
84
85<Plugin thermal>
86 Device "cooling_device0"
87 Device "cooling_device1"
88 Device "cooling_device2"
89 Device "cooling_device3"
90 Device "cooling_device4"
91 Device "cooling_device5"
92 Device "cooling_device6"
93 Device "cooling_device7"
94 IgnoreSelected true
95</Plugin>