From 074c7cbac88adc3b83dcb28bad86c9d8a4486a63 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Mon, 11 Jan 2010 18:37:26 +0100 Subject: [PATCH] rules, control, collectd.conf: Disabled memcachec plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit … and removed build-dependency on libmemcached-dev, which is not available on Etch. --- debian/changelog | 4 +++- debian/collectd.conf | 14 -------------- debian/control | 4 +--- debian/rules | 3 +++ 4 files changed, 7 insertions(+), 18 deletions(-) diff --git a/debian/changelog b/debian/changelog index c2f761c..af5ba9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,8 +19,10 @@ collectd (4.8.2-1~bpo40+1) etch-backports; urgency=low * debian/rules, debian/control, debian/collectd.conf: - Disabled gmond plugin and removed build-dependency on libganglia1-dev - versions >= 3 are not available on Etch. + - Disabled memcachec plugin and removed build-dependency on + libmemcached-dev, which is not available on Etch. - -- Sebastian Harl Mon, 11 Jan 2010 18:31:25 +0100 + -- Sebastian Harl Mon, 11 Jan 2010 18:36:30 +0100 collectd (4.8.2-1) unstable; urgency=medium diff --git a/debian/collectd.conf b/debian/collectd.conf index 8ef39ee..a3b7dd2 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -57,7 +57,6 @@ LoadPlugin irq LoadPlugin load #LoadPlugin madwifi #LoadPlugin mbmon -#LoadPlugin memcachec #LoadPlugin memcached LoadPlugin memory #LoadPlugin multimeter @@ -313,19 +312,6 @@ LoadPlugin users # Port 411 # -# -# -# Server "localhost" -# Key "page_key" -# -# Regex "(\\d+) bytes sent" -# DSType CounterAdd -# Type "ipt_octets" -# Instance "type_instance" -# -# -# - # # Socket "/var/run/memcached.sock" # or: diff --git a/debian/control b/debian/control index a497c60..bacfbfd 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: debhelper (>= 5), po-debconf, dpatch, libgcrypt11-dev, libglib2.0-dev, libhal-dev, - libmemcached-dev, libmysqlclient-dev, libnotify-dev, libopenipmi-dev, @@ -43,7 +42,7 @@ Suggests: collectd-dev, libconfig-general-perl, httpd-cgi, # services providing data that may be collected by collectd apache2, apcupsd, bind9, hddtemp, iptables, ipvsadm, lm-sensors, mbmon, - memcached, mysql-server, nginx, notification-daemon, nut, openvpn, olsrd, + mysql-server, nginx, notification-daemon, nut, openvpn, olsrd, pdns-server, postgresql, time-daemon, ${shlibs:Suggests} Replaces: collectd (<< 4.8.2-1~) @@ -97,7 +96,6 @@ Description: statistics collection and monitoring daemon (core system) * logging to files, STDOUT and STDERR: logfile * Atheros wireless LAN chipset statistics: madwifi * motherboard monitor: mbmon - * Query and parse data from a memcache daemon: memcachec * statistics of the memcached distributed caching system: memcached * memory usage: memory * multimeter statistics: multimeter diff --git a/debian/rules b/debian/rules index 7e78cdd..fac70d1 100755 --- a/debian/rules +++ b/debian/rules @@ -63,6 +63,9 @@ confflags += --disable-apple_sensors --disable-tape # libganglia >= 3 is required for the gmond plugin. confflags += --disable-gmond +# libmemcached is required for the memcachec plugin. +confflags += --disable-memcachec + # libowcapi is required for the onewire plugin. confflags += --disable-onewire -- 2.30.2