Merge pull request #1843 from hashicorp/d-initial-status

document initial status
This commit is contained in:
Alex Dadgar 2016-10-24 10:13:17 -07:00 committed by GitHub
commit f027cb7ef3

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.