diff --git a/website/source/docs/agent/checks.html.md b/website/source/docs/agent/checks.html.md index c8f2d15d9..68295cbc5 100644 --- a/website/source/docs/agent/checks.html.md +++ b/website/source/docs/agent/checks.html.md @@ -10,8 +10,8 @@ description: |- One of the primary roles of the agent is management of system-level and application-level health checks. A health check is considered to be application-level if it is associated with a -service. Review the [Getting Started guide](https://learn.hashicorp.com/consul/getting-started/services?utm_source=consul.io&utm_medium=docs) for a complete example of a application-level health check. -If not associated with a service, the check monitors the health of the entire node. +service. If not associated with a service, the check monitors the health of the entire node. +Review the [health checks guide](https://learn.hashicorp.com/consul/developer-discovery/health-checks) to get a more complete example on how to leverage health check capabilities in Consul. A check is defined in a configuration file or added at runtime over the HTTP interface. Checks created via the HTTP interface persist with that node. @@ -384,4 +384,4 @@ By default, both passing and critical thresholds will be set to 0 so the check s "failures_before_critical" : 3 }, } -``` \ No newline at end of file +```