Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.21 KB

HealthCheck.md

File metadata and controls

20 lines (12 loc) · 1.21 KB

HealthCheck

Information about the health check configuration.

Properties

Name Type Description Notes
checkInterval Integer The number of seconds between two requests (between `5` and `600` both included).
healthyThreshold Integer The number of consecutive successful requests before considering the VM as healthy (between `2` and `10` both included).
path String If you use the HTTP or HTTPS protocols, the request URL path. [optional]
port Integer The port number (between `1` and `65535`, both included).
protocol String The protocol for the URL of the VM (`HTTP` | `HTTPS` | `TCP` | `SSL`).
timeout Integer The maximum waiting time for a response before considering the VM as unhealthy, in seconds (between `2` and `60` both included).
unhealthyThreshold Integer The number of consecutive failed requests before considering the VM as unhealthy (between `2` and `10` both included).