document initial status

This commit is contained in:
Alex Dadgar 2016-10-20 17:49:45 -07:00
parent c1168bf95c
commit 99feebd993
1 changed files with 3 additions and 0 deletions

View File

@ -126,6 +126,9 @@ group "database" {
* `args`: Additional arguments to the `command` for script based health checks.
* `initial_status`: An optional parameter to set the initial status of the check
Valid options are the empty string, `passing`, `warning`, and `critical`.
## Assumptions
* Consul 0.6.4 or later is needed for using the Script checks.