summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bd77f3c)
raw | patch | inline | side by side (parent: bd77f3c)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 May 2012 13:01:41 +0000 (15:01 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 19 May 2012 13:01:41 +0000 (15:01 +0200) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 7cf0e00e3e72b8a6fc13451b08b8b81b3cf6ab36..d520971a31ee7e4d86638aad62a1367d49d4adb0 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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:
* 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 27d43c5708f1d98d07a3abaeec657afaa419ec00..2d7ce9522db7bf9a745478ed57c60f3199942260 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
# 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