From: Sebastian Harl Date: Mon, 22 Mar 2010 22:32:16 +0000 (+0100) Subject: collectd.conf, control, rules: Disabled the "curl_json" plugin. X-Git-Tag: collectd-4.9.1-2--bpo50+1^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=fba12a728015467d17bf49832bfa70eb4b1f411d;p=pkg-collectd.git collectd.conf, control, rules: Disabled the "curl_json" plugin. This plugin requires libyajl which is not available in Lenny; removed libyajl-dev build-dependency. --- diff --git a/debian/changelog b/debian/changelog index ba252b1..d92d87a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,8 +20,10 @@ collectd (4.9.1-2~bpo50+1) lenny-backports; urgency=low - Disabled the "tokyotyrant" plugin, which requires libtokyotyrant which is not available in Lenny; removed libtokyocabinet-dev and libtokyotyrant-dev build-dependencies. + - Disabled the "curl_json" plugin, which requires libyajl which is not + available in Lenny; removed libyajl-dev build-dependency. - -- Sebastian Harl Mon, 22 Mar 2010 23:27:10 +0100 + -- Sebastian Harl Mon, 22 Mar 2010 23:31:30 +0100 collectd (4.9.1-2) unstable; urgency=low diff --git a/debian/collectd.conf b/debian/collectd.conf index 79e2e69..b138a50 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -38,7 +38,6 @@ LoadPlugin cpu #LoadPlugin cpufreq #LoadPlugin csv #LoadPlugin curl -#LoadPlugin curl_json #LoadPlugin dbi LoadPlugin df LoadPlugin disk @@ -174,37 +173,6 @@ LoadPlugin users # # -# -## See: http://wiki.apache.org/couchdb/Runtime_Statistics -# -# Instance "httpd" -# -# Type "http_requests" -# -# -# -# Type "http_request_methods" -# -# -# -# Type "http_response_codes" -# -# -## Database status metrics: -# -# Instance "dbs" -# -# Type "gauge" -# -# -# Type "counter" -# -# -# Type "bytes" -# -# -# - # # # Statement "SELECT 'customers' AS c_key, COUNT(*) AS c_value \ diff --git a/debian/control b/debian/control index 07c0c25..1d4a284 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,6 @@ Build-Depends: debhelper (>= 5), dpkg-dev (>= 1.14.10), po-debconf, dpatch, libupsclient1-dev, libvirt-dev (>= 0.4.0-6) [!kfreebsd-i386 !kfreebsd-amd64], libxml2-dev, - libyajl-dev, linux-libc-dev (>= 2.6.25-4) [!kfreebsd-i386 !kfreebsd-amd64] | linux-libc-dev (<< 2.6.25-1) [!kfreebsd-i386 !kfreebsd-amd64], openjdk-6-jdk [!hppa !kfreebsd-i386 !kfreebsd-amd64], python-dev @@ -78,7 +77,6 @@ Description: statistics collection and monitoring daemon (core system) * CPU frequency: cpufreq * output to comma separated values (CSV) files: csv * parse statistics from websites: curl - * parse JSON files: curl_json * query data from a relational database: dbi * disk space usage: df * disk and partition throughput: disk diff --git a/debian/rules b/debian/rules index e9e39db..fb9ad0a 100755 --- a/debian/rules +++ b/debian/rules @@ -61,6 +61,9 @@ confflags = --host=$(DEB_HOST_GNU_TYPE) \ # These plugins do not provide any functionality under Linux. confflags += --disable-apple_sensors --disable-tape +# libyajl is required for the curl_json plugin. +confflags += --disable-curl_json + # libganglia >= 3 is required for the gmond plugin. confflags += --disable-gmond