From d82c71c029e21136db909e77267f1038424a117f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 4 Aug 2010 18:05:06 +0200 Subject: [PATCH] src/collectd.conf.in: Add the AMQP plugin. --- src/collectd.conf.in | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 9cdecc02..03d80ae8 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -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 @@ -148,6 +149,16 @@ # ription of those options is available in the collectd.conf(5) manual page. # ############################################################################## +# +# Host "host" +# Port "5672" +# VHost "vhost" +# User "collectd" +# Password "aiwaeZ0y" +# Exchange "exchange" +# RoutingKey "routing_key" +# + # # URL "http://localhost/status?auto" # User "www-user" -- 2.11.0