Fix amqp output block on write if disconnected (#2727)

fixes #2603
This commit is contained in:
Daniel Nelson
2017-04-27 11:10:30 -07:00
committed by GitHub
parent ce3dc1f82b
commit dcd6936483
3 changed files with 62 additions and 15 deletions

View File

@@ -35,6 +35,10 @@ For an introduction to AMQP see:
## InfluxDB database
# database = "telegraf"
## Write timeout, formatted as a string. If not provided, will default
## to 5s. 0s means no timeout (not recommended).
# timeout = "5s"
## Optional SSL Config
# ssl_ca = "/etc/telegraf/ca.pem"
# ssl_cert = "/etc/telegraf/cert.pem"