From 36881b616b6bbaa81a1a3529127e516fcfbf8a10 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 11 Jan 2010 18:43:00 +0100 Subject: [PATCH] rules, control, collectd.conf: Disabled curl_json plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … and removed build-dependency on libyajl-dev, which is not available on Etch. --- debian/changelog | 4 +++- debian/collectd.conf | 32 -------------------------------- debian/control | 2 -- debian/rules | 3 +++ 4 files changed, 6 insertions(+), 35 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9864c51..5a3476d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,8 +22,10 @@ collectd (4.8.2-1~bpo40+1) etch-backports; urgency=low versions >= 3 are not available on Etch. - Disabled memcachec plugin and removed build-dependency on libmemcached-dev, which is not available on Etch. + - Disabled curl_json plugin and removed build-dependency on libyajl-dev, + which is not available on Etch. - -- Sebastian Harl Mon, 11 Jan 2010 18:38:50 +0100 + -- Sebastian Harl Mon, 11 Jan 2010 18:42:25 +0100 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/collectd.conf b/debian/collectd.conf index a3b7dd2..cde32ee 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -37,7 +37,6 @@ LoadPlugin cpu #LoadPlugin cpufreq #LoadPlugin csv #LoadPlugin curl -#LoadPlugin curl_json LoadPlugin df LoadPlugin disk #LoadPlugin dns @@ -170,37 +169,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" -# -# -# - # # Device "/dev/sda1" # Device "192.168.0.2:/mnt/nfs" diff --git a/debian/control b/debian/control index d4ed57c..8739865 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,6 @@ Build-Depends: debhelper (>= 5), po-debconf, dpatch, libsnmp9-dev, libvirt-dev (>= 0.4.0-6), libxml2-dev, - libyajl-dev, linux-kernel-headers, nut-dev [!alpha !amd64 !hppa !ia64 !ppc64 !mips !mipsel], openjdk-6-jdk [!hppa] @@ -74,7 +73,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 * disk space usage: df * disk and partition throughput: disk * DNS traffic information: dns diff --git a/debian/rules b/debian/rules index fac70d1..afb266a 100755 --- a/debian/rules +++ b/debian/rules @@ -60,6 +60,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 -- 2.30.2