]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/collectd/collectd.conf
Done a whole rework on the collectd config. Added changes to Core38.
[ipfire-2.x.git] / config / collectd / collectd.conf
index b0166e5d639b301f136e2d6befe0c0673ecae5d7..0c9aa12e55b7d17bb52425d20cf90aab9d3350b9 100644 (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"
\ No newline at end of file