mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-24 01:42:58 +02:00
This has been broken because of other changes on the network scripts and since we now have support for bridges there is no point in supporting something else that has the same functionality. Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
94 lines
1.6 KiB
Plaintext
94 lines
1.6 KiB
Plaintext
#
|
|
# Config file for collectd(1).
|
|
# Please read collectd.conf(5) for a list of options.
|
|
# http://collectd.org/
|
|
#
|
|
|
|
Hostname "localhost"
|
|
BaseDir "/var/log/rrd/collectd"
|
|
PIDFile "/var/run/collectd.pid"
|
|
PluginDir "/usr/lib/collectd"
|
|
TypesDB "/usr/share/collectd/types.db"
|
|
Interval 30
|
|
ReadThreads 1
|
|
|
|
LoadPlugin conntrack
|
|
LoadPlugin cpu
|
|
#LoadPlugin cpufreq
|
|
LoadPlugin disk
|
|
LoadPlugin entropy
|
|
LoadPlugin interface
|
|
LoadPlugin iptables
|
|
LoadPlugin load
|
|
#LoadPlugin logfile
|
|
LoadPlugin memory
|
|
LoadPlugin ping
|
|
LoadPlugin processes
|
|
LoadPlugin rrdtool
|
|
LoadPlugin sensors
|
|
LoadPlugin swap
|
|
LoadPlugin syslog
|
|
#LoadPlugin wireless
|
|
LoadPlugin match_regex
|
|
|
|
include "/etc/collectd.precache"
|
|
|
|
<Plugin interface>
|
|
Interface "lo"
|
|
Interface "/[0-9]*phys$/"
|
|
Interface "/^vnet[0-9]*$/"
|
|
IgnoreSelected true
|
|
</Plugin>
|
|
|
|
<Plugin "disk">
|
|
Disk "/[hs]d[a-z][0-9]$/"
|
|
IgnoreSelected true
|
|
</Plugin>
|
|
|
|
<Plugin iptables>
|
|
Chain filter PSCAN DROP_PScan
|
|
Chain filter NEWNOTSYN DROP_NEWNOTSYN
|
|
Chain filter POLICYFWD DROP_FORWARD
|
|
Chain filter POLICYOUT DROP_OUTPUT
|
|
Chain filter POLICYIN DROP_INPUT
|
|
</Plugin>
|
|
|
|
#<Plugin logfile>
|
|
# LogLevel info
|
|
# File STDOUT
|
|
#</Plugin>
|
|
|
|
<Plugin ping>
|
|
Host "gateway"
|
|
interval 30
|
|
timeout 10
|
|
</Plugin>
|
|
|
|
<Plugin processes>
|
|
Process "sshd"
|
|
Process "smbd"
|
|
Process "nmbd"
|
|
Process "squid"
|
|
Process "squidguard"
|
|
Process "charon"
|
|
Process "openvpn"
|
|
Process "qemu"
|
|
Process "rtorrent"
|
|
Process "mpd"
|
|
Process "asterisk"
|
|
Process "java"
|
|
Process "spamd"
|
|
</Plugin>
|
|
|
|
<Plugin rrdtool>
|
|
DataDir "/var/log/rrd/collectd"
|
|
</Plugin>
|
|
|
|
<Plugin syslog>
|
|
LogLevel info
|
|
</Plugin>
|
|
|
|
#include "/etc/collectd.thermal"
|
|
include "/etc/collectd.custom"
|
|
include "/etc/collectd.vpn"
|