consul: clarify consecutive checks in docs

This commit is contained in:
Seth Hoenig 2020-08-10 14:05:41 -05:00
parent 6ab3d21d2c
commit e9044c47cd
1 changed files with 4 additions and 4 deletions

View File

@ -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"