Code

rules: Disabled write_mongodb; libmongoc is required.
authorSebastian Harl <sh@tokkee.org>
Sat, 19 May 2012 13:01:41 +0000 (15:01 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 19 May 2012 13:01:41 +0000 (15:01 +0200)
debian/changelog
debian/rules

index 7cf0e00e3e72b8a6fc13451b08b8b81b3cf6ab36..d520971a31ee7e4d86638aad62a1367d49d4adb0 100644 (file)
@@ -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.
index 27d43c5708f1d98d07a3abaeec657afaa419ec00..2d7ce9522db7bf9a745478ed57c60f3199942260 100755 (executable)
@@ -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