Documenting the port attribute of the check configuration block (#1837)

This commit is contained in:
Diptanu Choudhury 2016-10-19 11:12:11 -07:00 committed by GitHub
parent d7777b0aea
commit d445a5c3f5
1 changed files with 3 additions and 0 deletions

View File

@ -118,6 +118,9 @@ group "database" {
* `protocol`: This indicates the protocol for the http checks. Valid options
are `http` and `https`. We default it to `http`.
* `port`: The label of the port on which the check will be performed. The label
specified here has to be defined in the resource block of the task.
* `command`: This is the command that the Nomad client runs for doing script based
health check.