diff --git a/website/content/docs/discovery/checks.mdx b/website/content/docs/discovery/checks.mdx index 2ee0ea8db..22f856bad 100644 --- a/website/content/docs/discovery/checks.mdx +++ b/website/content/docs/discovery/checks.mdx @@ -1,14 +1,11 @@ --- layout: docs -page_title: Monitor Services - Check Definitions +page_title: Configure Health Checks description: >- - One of the primary roles of the agent is management of system- and - application-level health checks. A health check is considered to be - application-level if it is associated with a service. A check is defined in a - configuration file or added at runtime over the HTTP interface. +To check the health of a service instance or node, Consul periodically attempts a connection. Learn about the types of health checks and how to define them in agent and service configuration files. --- -# Checks +# Health Checks 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 diff --git a/website/content/docs/discovery/dns.mdx b/website/content/docs/discovery/dns.mdx index 72fe5e208..2bd18704e 100644 --- a/website/content/docs/discovery/dns.mdx +++ b/website/content/docs/discovery/dns.mdx @@ -1,13 +1,11 @@ --- layout: docs -page_title: Find Services - DNS Interface +page_title: Query services with DNS description: >- - One of the primary query interfaces for Consul is DNS. The DNS interface - allows applications to make use of service discovery without any high-touch - integration with Consul. +Domain Name Service (DNS) is the main way to look up, query, and address Consul nodes and services. Learn how a DNS lookup can help you find services by tag, name, namespace, partition, datacenter, or domain. --- -# DNS Interface +# Query services with DNS One of the primary query interfaces for Consul is DNS. The DNS interface allows applications to make use of service diff --git a/website/content/docs/discovery/services.mdx b/website/content/docs/discovery/services.mdx index 5536ef3b0..1155f97db 100644 --- a/website/content/docs/discovery/services.mdx +++ b/website/content/docs/discovery/services.mdx @@ -1,16 +1,11 @@ --- layout: docs -page_title: Register Services - Service Definitions +page_title: Service Configuration Files description: >- - One of the main goals of service discovery is to provide a catalog of - available services. To that end, the agent provides a simple service - definition format to declare the availability of a service and to potentially - associate it with a health check. A health check is considered to be - application level if it is associated with a service. A service is defined in - a configuration file or added at runtime over the HTTP interface. +Use configuration files to define and register services with Consul and associate services with health checks. Learn how to format service definitions with this reference page and sample code. --- -# Services +# Service Configuration Files One of the main goals of service discovery is to provide a catalog of available services. To that end, the agent provides a simple service definition format