Documenting the port attribute of the check configuration block (#1837)
This commit is contained in:
parent
d7777b0aea
commit
d445a5c3f5
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue