Code

src/collectd.conf.in: Add the AMQP plugin.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 4 Aug 2010 16:05:06 +0000 (18:05 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 4 Aug 2010 16:05:06 +0000 (18:05 +0200)
src/collectd.conf.in

index 9cdecc0254092c32d5c7bd4aad9222e67a22e594..03d80ae8a6b35dbe3ba8d587d4b37cfca1956a55 100644 (file)
@@ -52,6 +52,7 @@
 # to missing dependencies or because they have been deactivated explicitly.  #
 ##############################################################################
 
+#@BUILD_PLUGIN_AMQP_TRUE@LoadPlugin amqp
 #@BUILD_PLUGIN_APACHE_TRUE@LoadPlugin apache
 #@BUILD_PLUGIN_APCUPS_TRUE@LoadPlugin apcups
 #@BUILD_PLUGIN_APPLE_SENSORS_TRUE@LoadPlugin apple_sensors
 # ription of those options is available in the collectd.conf(5) manual page. #
 ##############################################################################
 
+#<Plugin "amqp">
+#      Host "host"
+#      Port "5672"
+#      VHost "vhost"
+#      User "collectd"
+#      Password "aiwaeZ0y"
+#      Exchange "exchange"
+#      RoutingKey "routing_key"
+#</Plugin>
+
 #<Plugin apache>
 #      URL "http://localhost/status?auto"
 #      User "www-user"