add env for script checks
This commit is contained in:
parent
3cb6b92a80
commit
524837627f
2 changed files with 2 additions and 1 deletions
|
|
@ -163,6 +163,7 @@ type Check struct {
|
|||
Disk string `json:"disk"`
|
||||
IP string `json:"ip"`
|
||||
ScriptArgs []string `json:"script_args"`
|
||||
EnvVars []string `json:"env_vars"`
|
||||
Timeout int `json:"timeout"`
|
||||
ServiceName string `json:"svc_name"`
|
||||
PassStartPending bool `json:"pass_if_start_pending"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue