open-consul/website/content/api-docs
Daniel Nephin 44d91ea56f
Add failures_before_warning to checks (#10969)
Signed-off-by: Jakub Sokołowski <jakub@status.im>

* agent: add failures_before_warning setting

The new setting allows users to specify the number of check failures
that have to happen before a service status us updated to be `warning`.
This allows for more visibility for detected issues without creating
alerts and pinging administrators. Unlike the previous behavior, which
caused the service status to not update until it reached the configured
`failures_before_critical` setting, now Consul updates the Web UI view
with the `warning` state and the output of the service check when
`failures_before_warning` is breached.

The default value of `FailuresBeforeWarning` is the same as the value of
`FailuresBeforeCritical`, which allows for retaining the previous default
behavior of not triggering a warning.

When `FailuresBeforeWarning` is set to a value higher than that of
`FailuresBeforeCritical it has no effect as `FailuresBeforeCritical`
takes precedence.

Resolves: https://github.com/hashicorp/consul/issues/10680

Signed-off-by: Jakub Sokołowski <jakub@status.im>

Co-authored-by: Jakub Sokołowski <jakub@status.im>
2021-09-14 12:47:52 -04:00
..
acl docs: Update code blocks across website 2021-08-11 13:20:03 -07:00
agent Add failures_before_warning to checks (#10969) 2021-09-14 12:47:52 -04:00
connect
features
operator
acl-legacy.mdx docs: Update code blocks across website 2021-08-11 13:20:03 -07:00
catalog.mdx
config.mdx docs: Add JSON examples to all config entries 2021-08-10 15:34:28 -07:00
coordinate.mdx docs: Update code blocks across website 2021-08-11 13:20:03 -07:00
discovery-chain.mdx
event.mdx
health.mdx
index.mdx
kv.mdx
libraries-and-sdks.mdx
namespaces.mdx
query.mdx docs: Add supported consistency modes to prepared queries 2021-08-10 16:19:22 -07:00
session.mdx
snapshot.mdx
status.mdx
txn.mdx