Skip to content

Commit

Permalink
haproxy/README: make quotes consistent
Browse files Browse the repository at this point in the history
closes #1700
  • Loading branch information
Marko Crnic authored and sparrc committed Oct 11, 2016
1 parent 3b607aa commit b702a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ continue sending logs to /var/log/telegraf/telegraf.log.
- [#1813](https://github.com/influxdata/telegraf/pull/1813): Change default arguments for SNMP plugin.
- [#1686](https://github.com/influxdata/telegraf/pull/1686): Mesos input plugin: very high-cardinality mesos-task metrics removed.
- [#1838](https://github.com/influxdata/telegraf/pull/1838): Logging overhaul to centralize the logger & log levels, & provide a logfile config option.
- [#1700](https://github.com/influxdata/telegraf/pull/1700): HAProxy plugin socket glob matching.

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/haproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
```toml
# SampleConfig
[[inputs.haproxy]]
servers = ["http://1.2.3.4/haproxy?stats", '/var/run/haproxy*.sock']
servers = ["http://1.2.3.4/haproxy?stats", "/var/run/haproxy*.sock"]
```

Server addresses need to explicitly start with 'http' if you wish to use HAproxy status page. Otherwise, address will be assumed to be an UNIX socket and protocol (if present) will be discarded.
Expand Down

0 comments on commit b702a97

Please sign in to comment.