Code

collectd.conf: Removed sample config for the 'amqp' plugin.
[pkg-collectd.git] / debian / collectd.conf
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"