You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/applications/managing-app-configuration.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,12 +80,14 @@ zero is considered a pass, while a non-zero status code is considered a fail.
80
80
healthy if the check can establish a connection. `tcpSocket` probes accept a port number to perform
81
81
the socket connection on the Container.
82
82
83
-
Health checks can be configured on a per-application basis using `deis healthchecks:set`. To
83
+
Health checks can be configured on a per-proctype basis for each application using `deis healthchecks:set`. If no type is mentioned then the health checks are applied to default proc types, web or cmd, whichever is present. To
84
84
configure a `httpGet` liveness probe:
85
85
86
86
```
87
-
$ deis healthchecks:set liveness httpGet 80
87
+
$ deis healthchecks:set liveness httpGet 80 --type cmd
0 commit comments