From 5295a87c87e28797a1bd32f7d401194d7d4a9644 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 19 Sep 2009 08:07:28 +0200 Subject: [PATCH] src/collectd.conf.in: Fix some inconsistencies. Mostly left-overs from renaming plugins. Thanks to Mirko Buffoni for noticing :) --- src/collectd.conf.in | 47 +++++++++++++++++++++-------------------------- 1 file changed, 21 insertions(+), 26 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index e78f9dce..8f28f8f3 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -175,7 +175,26 @@ FQDNLookup true # # -# +# +# DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv" +# StoreRates false +# + +# +# +# URL "http://finance.google.com/finance?q=NYSE%3AAMD" +# User "foo" +# Password "bar" +# +# Regex "]*> *([0-9]*\\.[0-9]+) *" +# DSType "GaugeAverage" +# Type "stock_value" +# Instance "AMD" +# +# +# + +# ## See: http://wiki.apache.org/couchdb/Runtime_Statistics # # Instance "httpd" @@ -206,25 +225,6 @@ FQDNLookup true # # -# -# DataDir "@prefix@/var/lib/@PACKAGE_NAME@/csv" -# StoreRates false -# - -# -# -# URL "http://finance.google.com/finance?q=NYSE%3AAMD" -# User "foo" -# Password "bar" -# -# Regex "]*> *([0-9]*\\.[0-9]+) *" -# DSType "GaugeAverage" -# Type "stock_value" -# Instance "AMD" -# -# -# - # # # Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value FROM customers_tbl" @@ -263,6 +263,7 @@ FQDNLookup true # # Interface "eth0" # IgnoreSource "192.168.0.1" +# SelectNumericQueryTypes true # # @@ -313,12 +314,6 @@ FQDNLookup true # TranslateDevicename false # -# -# URL "http://example.com/collectd-import" -# User "www-user" -# Password "secret" -# - # # Interface "eth0" # IgnoreSelected false -- 2.11.0