http_response plugin: Add SSL config options

closes #1264
This commit is contained in:
Cameron Sparr
2016-05-25 12:41:21 +01:00
parent 5fe7e6e40e
commit 3e4a19539a
3 changed files with 42 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ time before a new metric is included by the plugin.
- [#1247](https://github.com/influxdata/telegraf/pull/1247): rollbar input plugin. Thanks @francois2metz and @cduez!
- [#1208](https://github.com/influxdata/telegraf/pull/1208): Standardized AWS credentials evaluation & wildcard CloudWatch dimensions. Thanks @johnrengelman!
- [#1264](https://github.com/influxdata/telegraf/pull/1264): Add SSL config options to http_response plugin.
### Bugfixes