set-health-check - Cloud Foundry CLI Reference Guide


名称

set-health-check - 更改对应用程序进程执行的运行状况检查的类型

用法

cf set-health-check APP_NAME (process | port | http [--endpoint PATH]) [--process PROCESS] [--invocation-timeout INVOCATION_TIMEOUT]

EXAMPLES

cf set-health-check worker-app process --process worker cf set-health-check my-web-app http --endpoint /foo cf set-health-check my-web-app http --invocation-timeout 10

选项

--endpoint

应用程序上的路径 (缺省值: /)

--invocation-timeout

控制各个运行状况检查调用的时间(以秒为单位)

--process

要更新的应用程序进程 (缺省值: web)