From: Sebastian Harl Date: Sat, 19 May 2012 13:01:41 +0000 (+0200) Subject: rules: Disabled write_mongodb; libmongoc is required. X-Git-Tag: collectd-5.1.0-1~22 X-Git-Url: https://git.tokkee.org/?p=pkg-collectd.git;a=commitdiff_plain;h=43dc28eaf52923322f9d3a3bc34447c52c4553c1 rules: Disabled write_mongodb; libmongoc is required. --- diff --git a/debian/changelog b/debian/changelog index 7cf0e00..d520971 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,7 +12,8 @@ collectd (5.1.0-1) unstable; urgency=low - Check thresholds and for missing values: threshold - Varnish HTTP accelerator daemon statistics: varnish - Sends data to Carbon, the storage layer of Graphite: write_graphite - - Write values to a MongoDB NoSQL database server: write_mongodb + - Write values to a MongoDB NoSQL database server: write_mongodb (disabled + in Debian; libmongoc is not available) - Write values to a Redis key-value database server: write_redis (disabled in Debian; libcredis is not available) New targets: @@ -20,6 +21,7 @@ collectd (5.1.0-1) unstable; urgency=low * debian/rules: - Disabled lpar plugin -- this requires AIX (perfstat). - Disabled redis and write_redis plugins -- they require libcredis. + - Disabled write_mongodb plugin -- this requires libmongoc. * debian/control: - Added build-dep on librabbitmq-dev, required by the AMQP plugin. - Added build-dep on libvarnish-dev, required by the varnish plugin. diff --git a/debian/rules b/debian/rules index 27d43c5..2d7ce95 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,9 @@ confflags += --disable-redis --disable-write_redis # librouteros is required for the routeros plugin. confflags += --disable-routeros +# libmongoc is required for the write_mongodb plugin. +confflags += --disable-write_mongodb + # xmms1 is required for the xmms plugin. confflags += --disable-xmms