Done a whole rework on the collectd config. Added changes to Core38.

Collectd now is able to drop not needed statistics and since we don t
use them all, we can drop them and save a whole lot of space on disk
and in system memory. Added an custom file to give the users changes
a place to be stored.
This commit is contained in:
Christian Schmidt
2010-04-25 12:41:35 +02:00
parent 07275e8895
commit d7cd8ad9ff
4 changed files with 37 additions and 7 deletions

View File

@@ -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"
<Plugin interface>
Interface "lo"
@@ -87,3 +90,4 @@ LoadPlugin syslog
</Plugin>
#include "/etc/collectd.thermal"
include "/etc/collectd.custom"