output amqp: Add ssl support

closes #536
This commit is contained in:
Eugene Dementiev
2016-01-15 15:35:43 +03:00
committed by Cameron Sparr
parent 8cbdf0f907
commit 37b96c192b
2 changed files with 41 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
- [#467](https://github.com/influxdata/telegraf/issues/467): Add option to disable statsd measurement name conversion.
- [#534](https://github.com/influxdata/telegraf/pull/534): NSQ input plugin. Thanks @allingeek!
- [#494](https://github.com/influxdata/telegraf/pull/494): Graphite output plugin. Thanks @titilambert!
- AMQP SSL support. Thanks @ekini!
### Bugfixes
- [#506](https://github.com/influxdb/telegraf/pull/506): Ping input doesn't return response time metric when timeout. Thanks @titilambert!