From 428567c9beb8712a36ab2f736a88260155ee5a16 Mon Sep 17 00:00:00 2001 From: Nathan Dataguake Basanese Date: Tue, 14 Feb 2017 16:09:38 -0800 Subject: [PATCH] // , Add another way to update config // , I got this from the `consul --help` output, and it seemed like a useful detail for people unfamiliar with the system. --- website/source/intro/getting-started/checks.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/intro/getting-started/checks.html.markdown b/website/source/intro/getting-started/checks.html.markdown index f0e8df4797..6b0a704743 100644 --- a/website/source/intro/getting-started/checks.html.markdown +++ b/website/source/intro/getting-started/checks.html.markdown @@ -50,7 +50,7 @@ request every 10 seconds via curl to verify that the web server is accessible. As with the host-level health check, if the script exits with a non-zero exit code, the service will be flagged unhealthy. -Now, restart the second agent or send it a `SIGHUP` signal. You should see the +Now, restart the second agent, reload it with `consul reload`, or send it a `SIGHUP` signal. You should see the following log lines: ```text