mirror of https://github.com/status-im/consul.git
DOCS: Minor clarification to address #2944
This commit is contained in:
parent
de66412bdd
commit
5974927993
|
@ -82,7 +82,7 @@ with the `-cleanup-dead-servers=false` option.
|
||||||
## Server Health Checking
|
## Server Health Checking
|
||||||
|
|
||||||
An internal health check runs on the leader to track the stability of servers.
|
An internal health check runs on the leader to track the stability of servers.
|
||||||
</br>A server is considered healthy if:
|
</br>A server is considered healthy if all of the following conditions are true:
|
||||||
|
|
||||||
- It has a SerfHealth status of 'Alive'
|
- It has a SerfHealth status of 'Alive'
|
||||||
- The time since its last contact with the current leader is below
|
- The time since its last contact with the current leader is below
|
||||||
|
|
Loading…
Reference in New Issue