From 930c5737a3ad296e71eae49777f46c3b68b87b3f Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Mon, 12 Feb 2018 11:21:50 -0600 Subject: [PATCH] Clarify that check names are auto generated. --- website/source/docs/job-specification/service.html.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/service.html.md b/website/source/docs/job-specification/service.html.md index 6d04e8132..9e66e22c0 100644 --- a/website/source/docs/job-specification/service.html.md +++ b/website/source/docs/job-specification/service.html.md @@ -168,7 +168,8 @@ scripts. checks. - `name` `(string: "service: check")` - Specifies the name of the health - check. + check. If the name is not specified Nomad generates one based on the service name. + If you have more than one check you must specify the name. - `path` `(string: )` - Specifies the path of the HTTP endpoint which Consul will query to query the health of a service. Nomad will automatically