Clarify that check names are auto generated.

This commit is contained in:
Preetha Appan 2018-02-12 11:21:50 -06:00
parent 06397ba59d
commit dd7fcdd3cf
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 2 additions and 1 deletions

View File

@ -168,7 +168,8 @@ scripts.
checks.
- `name` `(string: "service: <name> 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: <varies>)` - Specifies the path of the HTTP endpoint which
Consul will query to query the health of a service. Nomad will automatically