From: Sebastian Harl Date: Sun, 14 Jun 2009 11:05:39 +0000 (+0200) Subject: collectd.conf: Removed sample configs for the dbi and ipmi plugins. X-Git-Tag: collectd-4.6.3-1--bpo40+1~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8bf26a86e19686758c59bba9a83312832231049b;p=pkg-collectd.git collectd.conf: Removed sample configs for the dbi and ipmi plugins. Those plugins are not available on Etch. --- diff --git a/debian/collectd.conf b/debian/collectd.conf index 31ac1cd..b1b6d8f 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -36,7 +36,6 @@ LoadPlugin cpu #LoadPlugin cpufreq #LoadPlugin csv #LoadPlugin curl -#LoadPlugin dbi LoadPlugin df LoadPlugin disk #LoadPlugin dns @@ -46,7 +45,6 @@ LoadPlugin entropy #LoadPlugin filecount #LoadPlugin hddtemp LoadPlugin interface -#LoadPlugin ipmi #LoadPlugin iptables #LoadPlugin ipvs LoadPlugin irq @@ -146,29 +144,6 @@ LoadPlugin users # # -# -# -# Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \ -# FROM customers_tbl" -# -# Type "gauge" -# InstancesFrom "c_key" -# ValuesFrom "c_value" -# -# -# -# -# Driver "mysql" -# DriverOption "host" "localhost" -# DriverOption "username" "collectd" -# DriverOption "password" "secret" -# DriverOption "dbname" "custdb0" -# #SelectDB "custdb0" -# Query "num_of_customers" -# #Query "..." -# -# - # # Device "/dev/sda1" # Device "192.168.0.2:/mnt/nfs"