From 43dc28eaf52923322f9d3a3bc34447c52c4553c1 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 19 May 2012 15:01:41 +0200 Subject: [PATCH] rules: Disabled write_mongodb; libmongoc is required. --- debian/changelog | 4 +++- debian/rules | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.30.2