# ription of those options is available in the collectd.conf(5) manual page. #
##############################################################################
+ #<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>
-# URL "http://localhost/status?auto"
-# User "www-user"
-# Password "secret"
-# CACert "/etc/ssl/ca.crt"
+# <Instance "local">
+# URL "http://localhost/status?auto"
+# User "www-user"
+# Password "secret"
+# CACert "/etc/ssl/ca.crt"
+# </Instance>
#</Plugin>
#<Plugin apcups>