Code

Install collectdctl and collectdctl.1 to collectd-utils.
[pkg-collectd.git] / debian / changelog
index 01d1782f7f8b69b0ead2ae8fe4f9956cfc44e352..5f3aa3896cdd7436dd2c1335b7a972facc769264 100644 (file)
@@ -1,13 +1,19 @@
-collectd (5.0.0-1) unstable; urgency=low
+collectd (5.1.0-1) unstable; urgency=low
 
   * New upstream release:
     New plugins:
     - AMQP output plugin: amqp
     - AIX logical partitions statistics: lpar (disabled in Debian; AIX only)
+    - Network interface card statistics: ethstat
+    - Linux software-RAID device information: md
+    - Information about Non-Uniform Memory Access: numa
     - Redis key-value database server statistics: redis (disabled in Debian;
       libcredis is not available)
     - 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 (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:
@@ -15,9 +21,12 @@ collectd (5.0.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.
+  * debian/collectd-utils.install:
+    - Install collectdctl and collectdctl.1 to collectd-utils.
 
  -- Sebastian Harl <tokkee@debian.org>  Sun, 05 Jun 2011 18:09:49 +0200