cleaned up the httpjson POST function.

closes #688
closes #394
This commit is contained in:
Gabriel Levine
2016-02-12 21:37:51 -05:00
committed by Cameron Sparr
parent b14cfd6c64
commit 1837f83282
2 changed files with 20 additions and 6 deletions

View File

@@ -34,6 +34,7 @@ and is in the `[agent]` config section.
- [#443](https://github.com/influxdata/telegraf/issues/443): Fix Ping command timeout parameter on Linux.
- [#662](https://github.com/influxdata/telegraf/pull/667): Change `[tags]` to `[global_tags]` to fix multiple-plugin tags bug.
- [#642](https://github.com/influxdata/telegraf/issues/642): Riemann output plugin issues.
- [#394](https://github.com/influxdata/telegraf/issues/394): Support HTTP POST. Thanks @gabelev!
## v0.10.2 [2016-02-04]