Code

Merge branch 'sp/amqp'
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 6 Nov 2010 08:04:39 +0000 (09:04 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 6 Nov 2010 08:04:39 +0000 (09:04 +0100)
1  2 
README
configure.in
src/Makefile.am
src/collectd.conf.in
src/collectd.conf.pod

diff --cc README
Simple merge
diff --cc configure.in
Simple merge
diff --cc src/Makefile.am
Simple merge
index 12cec7592d772434785fc1eace45a37b2f7a63e2,31a113a09b84d6d1c16cdbd446db6964527bb57c..42addd270084f09c41f9ead41de8704773d22e18
  # 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>
Simple merge