mirror of https://github.com/status-im/consul.git
website: Minor cleanups
This commit is contained in:
parent
dce716f4b2
commit
54316d2b30
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue