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
  # 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