]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/collectd/collectd.conf
Fix disk (media/hardware) graphs with xen.
[people/pmueller/ipfire-2.x.git] / config / collectd / collectd.conf
index c2a974a1009e9c0ea07c48057e43a5b258796b49..b0166e5d639b301f136e2d6befe0c0673ecae5d7 100644 (file)
@@ -8,7 +8,7 @@ Hostname    "localhost"
 BaseDir     "/var/log/rrd/collectd"
 PIDFile     "/var/run/collectd.pid"
 PluginDir   "/usr/lib/collectd"
-TypesDB     "/usr/lib/collectd/types.db"
+TypesDB     "/usr/share/collectd/types.db"
 Interval     30
 ReadThreads  3
 
@@ -36,6 +36,11 @@ LoadPlugin syslog
        IgnoreSelected true
 </Plugin>
 
+<Plugin "disk">
+       Disk "/[hs]d[a-z][0-9]$/"
+       IgnoreSelected true
+</Plugin>
+
 <Plugin iptables>
        Chain filter INPUT DROP_INPUT
        Chain filter FORWARD DROP_OUTPUT
@@ -80,3 +85,5 @@ LoadPlugin syslog
 <Plugin syslog>
        LogLevel info
 </Plugin>
+
+#include "/etc/collectd.thermal"