Make the user able to specify full path for HAproxy stats

closes #1499
closes #1019

Do no try to guess HAproxy stats url, just add ";csv" at the end of the
url if not present.

Signed-off-by: tgermain <timothee.germain@corp.ovh.com>
This commit is contained in:
Timothée GERMAIN
2016-07-15 13:35:32 +00:00
committed by Cameron Sparr
parent 375710488d
commit 0be69b8a44
3 changed files with 14 additions and 7 deletions

View File

@@ -68,6 +68,7 @@ should now look like:
- [#1463](https://github.com/influxdata/telegraf/issues/1463): Shared WaitGroup in Exec plugin
- [#1436](https://github.com/influxdata/telegraf/issues/1436): logparser: honor modifiers in "pattern" config.
- [#1418](https://github.com/influxdata/telegraf/issues/1418): logparser: error and exit on file permissions/missing errors.
- [#1499](https://github.com/influxdata/telegraf/pull/1499): Make the user able to specify full path for HAproxy stats
## v1.0 beta 2 [2016-06-21]