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)