Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.1 KB

File metadata and controls

32 lines (20 loc) · 1.1 KB

ElasticIpHealthcheck

Elastic IP address healthcheck

Properties

Name Type Description Notes
strikesOk Long Number of attempts before considering the target healthy (default: 2) [optional]
tlsSkipVerify Boolean Skip TLS verification [optional]
tlsSni String An optional domain or subdomain to check TLS against [optional]
strikesFail Long Number of attempts before considering the target unhealthy (default: 3) [optional]
mode ModeEnum Health check mode
port Long Health check port
uri String An endpoint to use for the health check, for example '/status' [optional]
interval Long Interval between the checks in seconds (default: 10) [optional]
timeout Long Health check timeout value in seconds (default: 2) [optional]

Enum: ModeEnum

Name Value
TCP "tcp"
HTTP "http"
HTTPS "https"