mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user