consul: clarify consecutive checks in docs
This commit is contained in:
parent
6ab3d21d2c
commit
e9044c47cd
|
@ -202,11 +202,11 @@ scripts.
|
|||
service. Valid options are the empty string, `passing`, `warning`, and
|
||||
`critical`.
|
||||
|
||||
- `success_before_passing` `(int:0)` - The number of successful checks required before
|
||||
Consul will transition the service status to [`passing`][consul_passfail].
|
||||
- `success_before_passing` `(int:0)` - The number of consecutive successful checks
|
||||
required before Consul will transition the service status to [`passing`][consul_passfail].
|
||||
|
||||
- `failures_before_critical` `(int:0)` - The number of failing checks required before
|
||||
Consul will transition the service status to [`critical`][consul_passfail].
|
||||
- `failures_before_critical` `(int:0)` - The number of consecutive failing checks
|
||||
required before Consul will transition the service status to [`critical`][consul_passfail].
|
||||
|
||||
- `interval` `(string: <required>)` - Specifies the frequency of the health checks
|
||||
that Consul will perform. This is specified using a label suffix like "30s"
|
||||
|
|
Loading…
Reference in New Issue