From 84661d0c4fa47d59b675f4f8dcedcde1c171625e Mon Sep 17 00:00:00 2001 From: Alice Ferrazzi Date: Fri, 10 Jul 2020 14:34:58 +0900 Subject: healthcheck need a supported url protocol scheme to work Job error: Unsupported url protocol scheme: healthcheck Signed-off-by: Alice Ferrazzi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3848bef..ca2a203 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ For setting a DNS server, the easiest way is to use dnsmasq and add in /etc/host Example: One master and slave on DC A, and one slave on DC B. -Both slave need to have healthcheck_host to true and master will have healthcheck_url set to healthcheck:8080 +Both slave need to have healthcheck_host to true and master will have healthcheck_url set to http://healthcheck:8080 You have to add a DNS server on both slave with an healthcheck entry. ## Bugs, Contact -- cgit 1.2.3-korg