mirror of https://github.com/status-im/consul.git
Make it clear that checks persist with the node, period, not just across runs of the agent but across reboots as well.
This commit is contained in:
parent
eea0029f2d
commit
cef8305bd0
|
@ -13,7 +13,7 @@ checks. A health check is considered to be application-level if it is associated
|
|||
service. If not associated with a service, the check monitors the health of the entire node.
|
||||
|
||||
A check is defined in a configuration file or added at runtime over the HTTP interface. Checks
|
||||
created via the HTTP interface persist across runs of the Consul agent on that node.
|
||||
created via the HTTP interface persist with that node.
|
||||
|
||||
There are three different kinds of checks:
|
||||
|
||||
|
|
Loading…
Reference in New Issue