Added SSL configuration for input haproxy (#2723)

This commit is contained in:
Seuf
2017-04-27 20:20:41 +02:00
committed by Daniel Nelson
parent 5fe5c46c6d
commit 4e2fe598ac
3 changed files with 33 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ be deprecated eventually.
### Features
- [#2723](https://github.com/influxdata/telegraf/pull/2723): Added SSL configuration for input haproxy.
- [#2494](https://github.com/influxdata/telegraf/pull/2494): Add interrupts input plugin.
- [#2094](https://github.com/influxdata/telegraf/pull/2094): Add generic socket listener & writer.
- [#2204](https://github.com/influxdata/telegraf/pull/2204): Extend http_response to support searching for a substring in response. Return 1 if found, else 0.