set-health-check - Cloud Foundry CLI Reference Guide


NAME

set-health-check - Typ der Statusprüfung, die für einen App-Prozess ausgeführt wird, ändern

VERWENDUNG

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

Optionen

--endpoint

Pfad für die App (Standard: /)

--invocation-timeout

Zeit (in Sekunden) zur Steuerung einzelner Statusprüfungsaufrufe

--process

Zu aktualisierender App-Prozess (Standard: web)