summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 41c8215)
raw | patch | inline | side by side (parent: 41c8215)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 4 Aug 2010 16:05:06 +0000 (18:05 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 4 Aug 2010 16:05:06 +0000 (18:05 +0200) |
src/collectd.conf.in | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 9cdecc0254092c32d5c7bd4aad9222e67a22e594..03d80ae8a6b35dbe3ba8d587d4b37cfca1956a55 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# 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"