diff --git a/website/source/docs/agent/services.html.markdown b/website/source/docs/agent/services.html.markdown index e30001d836..ab9c18dac9 100644 --- a/website/source/docs/agent/services.html.markdown +++ b/website/source/docs/agent/services.html.markdown @@ -58,15 +58,16 @@ the DNS interface as well. If a service is failing its health check or a node has any failing system-level check, the DNS interface will omit that node from any service query. -Note: there is more information about [checks here](/docs/agent/checks.html). The -check must be of the script, HTTP, or TTL type. If it is a script type, `script` and -`interval` must be provided. If it is a HTTP type, `http` and +The check must be of the script, HTTP, or TTL type. If it is a script type, `script` +and `interval` must be provided. If it is a HTTP type, `http` and `interval` must be provided. If it is a TTL type, then only `ttl` must be provided. The check name is automatically generated as `service:`. If there are multiple service checks registered, the ID will be generated as `service::` where `` is an incrementing number starting from `1`. +Note: there is more information about [checks here](/docs/agent/checks.html). + To configure a service, either provide it as a `-config-file` option to the agent or place it inside the `-config-dir` of the agent. The file must end in the ".json" extension to be loaded by Consul. Check definitions can