summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1ef654e)
raw | patch | inline | side by side (parent: 1ef654e)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 19 Sep 2009 06:07:28 +0000 (08:07 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 19 Sep 2009 06:07:28 +0000 (08:07 +0200) |
Mostly left-overs from renaming plugins. Thanks to Mirko Buffoni for
noticing :)
noticing :)
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index e78f9dce3e00aab7408654416ca47b1e25c90e53..8f28f8f3c3c02755f1322b4ccc4857009e24e428 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# </View>
#</Plugin>
-#<Plugin couchdb>
+#<Plugin csv>
+# DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv"
+# StoreRates false
+#</Plugin>
+
+#<Plugin curl>
+# <Page "stock_quotes">
+# URL "http://finance.google.com/finance?q=NYSE%3AAMD"
+# User "foo"
+# Password "bar"
+# <Match>
+# Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
+# DSType "GaugeAverage"
+# Type "stock_value"
+# Instance "AMD"
+# </Match>
+# </Page>
+#</Plugin>
+
+#<Plugin curl_json>
## See: http://wiki.apache.org/couchdb/Runtime_Statistics
# <URL "http://localhost:5984/_stats">
# Instance "httpd"
# </URL>
#</Plugin>
-#<Plugin csv>
-# DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv"
-# StoreRates false
-#</Plugin>
-
-#<Plugin curl>
-# <Page "stock_quotes">
-# URL "http://finance.google.com/finance?q=NYSE%3AAMD"
-# User "foo"
-# Password "bar"
-# <Match>
-# Regex "<span +class=\"pr\"[^>]*> *([0-9]*\\.[0-9]+) *</span>"
-# DSType "GaugeAverage"
-# Type "stock_value"
-# Instance "AMD"
-# </Match>
-# </Page>
-#</Plugin>
-
#<Plugin dbi>
# <Query "num_of_customers">
# Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl"
#<Plugin dns>
# Interface "eth0"
# IgnoreSource "192.168.0.1"
+# SelectNumericQueryTypes true
#</Plugin>
#<Plugin email>
# TranslateDevicename false
#</Plugin>
-#<Plugin http>
-# URL "http://example.com/collectd-import"
-# User "www-user"
-# Password "secret"
-#</Plugin>
-
#<Plugin interface>
# Interface "eth0"
# IgnoreSelected false