Code

collectd.conf: Removed sample config for the 'amqp' plugin. collectd-5.1.0-3--bpo60+1
authorSebastian Harl <sh@teamix.net>
Fri, 3 Aug 2012 12:04:46 +0000 (12:04 +0000)
committerSebastian Harl <sh@teamix.net>
Fri, 3 Aug 2012 12:04:46 +0000 (12:04 +0000)
debian/changelog
debian/collectd.conf

index a6ba9aec62c53640d75d95bd297931b4e1fe85b7..0d908974467c5fed5eeff3cca41459879801f817 100644 (file)
@@ -6,8 +6,10 @@ collectd (5.1.0-3~bpo60+1) squeeze-backports; urgency=low
     - Disabled AMQP plugin, librabbitmq-dev is not available on Squeeze.
   * debian/rules, debian/collectd-core.overrides:
     - Changed JAVA_HOME to /usr/lib/jvm/java-6-openjdk (without arch).
+  * debian/collectd.conf:
+    - Removed sample config for the 'amqp' plugin.
 
- -- Sebastian Harl <tokkee@debian.org>  Fri, 03 Aug 2012 11:23:19 +0000
+ -- Sebastian Harl <tokkee@debian.org>  Fri, 03 Aug 2012 12:04:12 +0000
 
 collectd (5.1.0-3) unstable; urgency=low
 
index 74770533ff16cd056a8311df3c48489c2e858e61..2efd8eb4dfb74b7dcaf44a265fe58fbc7045a5f3 100644 (file)
@@ -29,7 +29,6 @@ LoadPlugin syslog
        LogLevel info
 </Plugin>
 
-#LoadPlugin amqp
 #LoadPlugin apache
 #LoadPlugin apcups
 #LoadPlugin ascent
@@ -119,20 +118,6 @@ LoadPlugin users
 #LoadPlugin write_http
 #LoadPlugin write_mongodb
 
-#<Plugin amqp>
-#      <Publish "name">
-#              Host "localhost"
-#              Port "5672"
-#              VHost "/"
-#              User "guest"
-#              Password "guest"
-#              Exchange "amq.fanout"
-#              RoutingKey "collectd"
-#              Persistent false
-#              StoreRates false
-#      </Publish>
-#</Plugin>
-
 #<Plugin apache>
 #      <Instance "foo">
 #              URL "http://localhost/server-status?auto"