summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2020-07-10 09:46:28 -0700
committerGitHub <noreply@github.com>2020-07-10 09:46:28 -0700
commit5b1bcbd6d14154056313e9c36ca8ea7bc52e5173 (patch)
tree699e1fe6fea9a626912a2bfbfe61ced40146e0c6
parent99756f222a94e58de30a84145dc2da4e4366cbad (diff)
parent84661d0c4fa47d59b675f4f8dcedcde1c171625e (diff)
Merge pull request #120 from aliceinwire/fix_documentation
healthcheck need a supported url protocol scheme to work
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d634e79..5895a51 100644
--- a/README.md
+++ b/README.md
@@ -513,7 +513,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