-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix duplicated info name * Change ruby to log docs * Document supported versions See #2485
- Loading branch information
Showing
6 changed files
with
21 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
== haproxy Module | ||
== HAProxy Module | ||
|
||
This is the haproxy Module. To enable stats collection from HAProxy, you must enable the stats socket via TCP. | ||
This is the haproxy Module. To enable stats collection from HAProxy, you must enable the stats socket via TCP. | ||
For example, placing the following statement under the `global` or `default` section of the haproxy config: | ||
|
||
`stats socket 127.0.0.1:14567` | ||
|
||
will enable stats reporting via any local IP on port 14567. Please note that you should probably use an internal private IP | ||
or secure this with a firewall rule so that only designated hosts can access this data. | ||
|
||
[float] | ||
=== Compatibility | ||
|
||
The HAProxy metricsets were tested with HAProxy 1.6 and are expected to work with all 1.6 versions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
=== haproxy stat MetricSet | ||
=== HAProxy info MetricSet | ||
|
||
This is the info metricset of the module haproxy. | ||
This is the info metricset of the haproxy module. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters