Update docs to point to new learn guide (#7003)

* Changed the link to point to new guide
* Removed querystring from link
pull/7017/head
danielehc 2020-01-09 10:26:47 +01:00 committed by GitHub
parent 0785bcc8df
commit a207f1a147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@ description: |-
One of the primary roles of the agent is management of system-level and application-level health 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 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. service. If not associated with a service, the check monitors the health of the entire node.
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 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. 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 "failures_before_critical" : 3
}, },
} }
``` ```