X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fcollectd%2Fcollectd.conf;h=e9c9af4f121b724f86fb0b5a47342ef32b607319;hp=b0166e5d639b301f136e2d6befe0c0673ecae5d7;hb=48cad624e6b98867559ca7b35e88d76cb419c383;hpb=fac92c6d25038f61430a4e872e720ba00b539385 diff --git a/config/collectd/collectd.conf b/config/collectd/collectd.conf index b0166e5d63..e9c9af4f12 100644 --- a/config/collectd/collectd.conf +++ b/config/collectd/collectd.conf @@ -10,7 +10,7 @@ PIDFile "/var/run/collectd.pid" PluginDir "/usr/lib/collectd" TypesDB "/usr/share/collectd/types.db" Interval 30 -ReadThreads 3 +ReadThreads 1 LoadPlugin cpu #LoadPlugin cpufreq @@ -27,6 +27,9 @@ LoadPlugin sensors LoadPlugin swap LoadPlugin syslog #LoadPlugin wireless +LoadPlugin match_regex + +include "/etc/collectd.precache" Interface "lo" @@ -46,9 +49,6 @@ LoadPlugin syslog Chain filter FORWARD DROP_OUTPUT Chain filter PSCAN DROP_PScan Chain filter NEWNOTSYN DROP_NEWNOTSYN - Chain filter OUTGOINGFW DROP_OUTGOINGFW - Chain filter INPUT DROP_Wirelessinput - Chain filter FORWARD DROP_Wirelessforward # @@ -87,3 +87,4 @@ LoadPlugin syslog #include "/etc/collectd.thermal" +include "/etc/collectd.custom"