Code

collectd.conf: Removed sample configs for the dbi and ipmi plugins.
authorSebastian Harl <sh@tokkee.org>
Sun, 14 Jun 2009 11:05:39 +0000 (13:05 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 14 Jun 2009 11:05:39 +0000 (13:05 +0200)
Those plugins are not available on Etch.

debian/collectd.conf

index 31ac1cdb8220a0fcc555cf4fc62fabe592387db9..b1b6d8f7dcbd5d9c167c609a9127737a44725c83 100644 (file)
@@ -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
 #      </Page>
 #</Plugin>
 
-#<Plugin dbi>
-#      <Query "num_of_customers">
-#              Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \
-#                              FROM customers_tbl"
-#              <Result>
-#                      Type "gauge"
-#                      InstancesFrom "c_key"
-#                      ValuesFrom "c_value"
-#              </Result>
-#      </Query>
-#
-#      <Database "customers_db">
-#              Driver "mysql"
-#              DriverOption "host" "localhost"
-#              DriverOption "username" "collectd"
-#              DriverOption "password" "secret"
-#              DriverOption "dbname" "custdb0"
-#              #SelectDB "custdb0"
-#              Query "num_of_customers"
-#              #Query "..."
-#      </Database>
-#</Plugin>
-
 #<Plugin df>
 #      Device "/dev/sda1"
 #      Device "192.168.0.2:/mnt/nfs"