]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/collectd/collectd.conf
Added memory and cpu util graphs for services
[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
a332b303 16LoadPlugin disk
a332b303
CS
17LoadPlugin interface
18LoadPlugin iptables
a332b303
CS
19LoadPlugin load
20#LoadPlugin logfile
4a52eae4 21LoadPlugin mbmon
a332b303 22LoadPlugin memory
a332b303 23LoadPlugin ping
773362c5 24LoadPlugin processes
a332b303 25LoadPlugin rrdtool
a332b303
CS
26LoadPlugin swap
27LoadPlugin syslog
a332b303
CS
28
29<Plugin interface>
30 Interface "ppp0"
31 Interface "lo"
32 Interface "ipsec1"
33 Interface "ipsec2"
34 Interface "ipsec3"
35 IgnoreSelected true
36</Plugin>
37
38<Plugin iptables>
39 Chain filter INPUT DROP_INPUT
40 Chain filter FORWARD DROP_OUTPUT
41 Chain filter PSCAN DROP_PScan
42 Chain filter NEWNOTSYN DROP_NEWNOTSYN
43 Chain filter OUTGOINGFW DROP_OUTGOINGFW
5362088b
MT
44 Chain filter INPUT DROP_Wirelessinput
45 Chain filter FORWARD DROP_Wirelessforward
a332b303
CS
46</Plugin>
47
a332b303
CS
48#<Plugin logfile>
49# LogLevel info
50# File STDOUT
51#</Plugin>
52
4a52eae4
CS
53<Plugin mbmon>
54 Host "127.0.0.1"
55 Port "411"
56</Plugin>
a332b303 57
a332b303
CS
58
59<Plugin ping>
60 Host "gateway"
61</Plugin>
62
63<Plugin processes>
773362c5
CS
64 Process "sshd"
65 Process "smdb"
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"
83 CacheTimeout 300
84 CacheFlush 900
85</Plugin>
86
a332b303
CS
87<Plugin syslog>
88 LogLevel info
89</Plugin>