From 8bf26a86e19686758c59bba9a83312832231049b Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 14 Jun 2009 13:05:39 +0200 Subject: [PATCH] collectd.conf: Removed sample configs for the dbi and ipmi plugins. Those plugins are not available on Etch. --- debian/collectd.conf | 25 ------------------------- 1 file changed, 25 deletions(-) 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" -- 2.30.2