From 1aee98f06473e1912062ffe0d18aa3fba5332c71 Mon Sep 17 00:00:00 2001 From: Ram Gopinathan Date: Thu, 12 Dec 2019 12:38:00 -0800 Subject: [PATCH] Add missing basic auth credentials to haproxy readme (#6796) --- plugins/inputs/haproxy/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/inputs/haproxy/README.md b/plugins/inputs/haproxy/README.md index 35b59524d..86fbb986b 100644 --- a/plugins/inputs/haproxy/README.md +++ b/plugins/inputs/haproxy/README.md @@ -15,6 +15,10 @@ or [HTTP statistics page](https://cbonte.github.io/haproxy-dconv/1.9/management. ## Make sure you specify the complete path to the stats endpoint ## including the protocol, ie http://10.10.3.33:1936/haproxy?stats + ## Credentials for basic HTTP authentication + # username = "admin" + # password = "admin" + ## If no servers are specified, then default to 127.0.0.1:1936/haproxy?stats servers = ["http://myhaproxy.com:1936/haproxy?stats"]