From 54316d2b3066e7cb0a579ce6e1599e3c76d412df Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Thu, 21 Aug 2014 17:35:05 -0700 Subject: [PATCH] website: Minor cleanups --- website/source/docs/agent/watches.html.markdown | 2 +- website/source/intro/getting-started/install.html.markdown | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/watches.html.markdown b/website/source/docs/agent/watches.html.markdown index 790be11cec94..a3b03157a6cc 100644 --- a/website/source/docs/agent/watches.html.markdown +++ b/website/source/docs/agent/watches.html.markdown @@ -8,7 +8,7 @@ sidebar_current: "docs-agent-watches" Watches are a way of specifying a view of data (list of nodes, KV pairs, health checks, etc) which is monitored for any updates. When an update -is detected, an external handler handler is invoked. A handler can be any +is detected, an external handler is invoked. A handler can be any executable. As an example, you could watch the status of health checks and notify an external system when a check is critical. diff --git a/website/source/intro/getting-started/install.html.markdown b/website/source/intro/getting-started/install.html.markdown index 4b72e73ce83a..9ef7acaaa38f 100644 --- a/website/source/intro/getting-started/install.html.markdown +++ b/website/source/intro/getting-started/install.html.markdown @@ -57,6 +57,7 @@ Available commands are: members Lists the members of a Consul cluster monitor Stream logs from a Consul agent version Prints the Consul version + watch Watch for changes in Consul ``` If you get an error that `consul` could not be found, then your PATH