summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b3b8d68)
raw | patch | inline | side by side (parent: b3b8d68)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 14 Jun 2009 11:05:39 +0000 (13:05 +0200) | ||
committer | Sebastian 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 | patch | blob | history |
diff --git a/debian/collectd.conf b/debian/collectd.conf
index 31ac1cdb8220a0fcc555cf4fc62fabe592387db9..b1b6d8f7dcbd5d9c167c609a9127737a44725c83 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
#LoadPlugin cpufreq
#LoadPlugin csv
#LoadPlugin curl
-#LoadPlugin dbi
LoadPlugin df
LoadPlugin disk
#LoadPlugin dns
#LoadPlugin filecount
#LoadPlugin hddtemp
LoadPlugin interface
-#LoadPlugin ipmi
#LoadPlugin iptables
#LoadPlugin ipvs
LoadPlugin irq
# </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"