Hi,

I installed Collectd 5.4.0 very recently. The amqp plugin configuration looks 
like :-

LoadPlugin amqp

<Plugin "amqp">
  <Publish "collectd_publish">
    Host "xx.xx.xxx.xx"
    Port "5672"
    VHost "/"
    User "guest"
    Password "guest"
    Exchange "collectd_test"
    ExchangeType "direct"
    RoutingKey "collectd"
    Format "JSON"
    Persistent false
    StoreRates true
  </Publish>
</Plugin>

When I start collectd, I see the message :-
amqp plugin: Ignoring unknown configuration option "ExchangeType"

The "Publisher" does not seem to be allowed to specify the "ExchangeType". Is 
this by design ? If so, why ?

Thanx !
Mahesh Bhat


_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to