aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlice Ferrazzi <alice.ferrazzi@miraclelinux.com>2020-07-10 14:34:58 +0900
committerAlice Ferrazzi <alice.ferrazzi@miraclelinux.com>2020-07-10 19:05:38 +0900
commit84661d0c4fa47d59b675f4f8dcedcde1c171625e (patch)
tree6a13292815591f54a995eaac7f428abe7dfad0c2
parentb57379c6b204870a568ccc7adcad1712e715a536 (diff)
healthcheck need a supported url protocol scheme to work
Job error: Unsupported url protocol scheme: healthcheck Signed-off-by: Alice Ferrazzi <alice.ferrazzi@miraclelinux.com>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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