Code

collectd.conf: Removed sample configuration for the write_mongodb plugin.
authorSebastian Harl <sh@tokkee.org>
Sat, 23 Nov 2013 11:19:22 +0000 (12:19 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 23 Nov 2013 11:19:22 +0000 (12:19 +0100)
The plugin is not available on Debian.

Thanks to Bryan Fullerton for reporting this!
Cf. LP:#1206813
Closes: #724699
debian/changelog
debian/collectd.conf

index 06f1d7709437c4fbfff6d2224c2762fa7f112be4..81156add4fe8d6f98ef1cfe40f3e2a2924d146f1 100644 (file)
@@ -4,6 +4,10 @@ collectd (5.4.0-3) unstable; urgency=low
     - Removed build-dep on iproute-dev which is about to be removed and has
       been superseded by libmnl-dev in collectd. Thanks to Laurent Bigonville
       and Andreas Henriksson for reporting this (Closes: #726921).
+  * debian/collectd.conf:
+    - Removed sample configuration for the write_mongodb plugin; the plugin is
+      not available on Debian; thanks to Bryan Fullerton for reporting this
+      (cf. LP:#1206813, Closes: #724699).
 
  -- Sebastian Harl <tokkee@debian.org>  Sat, 23 Nov 2013 11:51:43 +0100
 
index d86429be2bf4fc03cc061de95015725be0186c35..16752e6d93ad99c72f06bdf58ea2166b7778329b 100644 (file)
@@ -165,7 +165,6 @@ LoadPlugin users
 #LoadPlugin wireless
 #LoadPlugin write_graphite
 #LoadPlugin write_http
-#LoadPlugin write_mongodb
 #LoadPlugin write_riemann
 
 ##############################################################################
@@ -1082,15 +1081,6 @@ LoadPlugin users
 #      </URL>
 #</Plugin>
 
-#<Plugin write_mongodb>
-#      <Node "example">
-#              Host "localhost"
-#              Port "27017"
-#              Timeout 1000
-#              StoreRates false
-#      <Node>
-#</Plugin>
-
 #<Plugin write_riemann>
 #      <Node "example">
 #              Host "localhost"