Add passive mode exchange declaration option to amqp consumer input (#3995)

This commit is contained in:
Mike Gent
2018-06-03 17:52:59 -05:00
committed by Daniel Nelson
parent 986186a440
commit 850eff5246
3 changed files with 29 additions and 9 deletions

View File

@@ -19,6 +19,8 @@ The following defaults are known to work with RabbitMQ:
url = "amqp://localhost:5672/influxdb"
## AMQP exchange
exchange = "telegraf"
## Exchange passive mode
exchange_passive = false
## AMQP queue name
queue = "telegraf"
## Binding Key