Elastic IPS Healthcheck
Elastic IP address healthcheck
Properties
| Property | Type | Required | Description |
|---|---|---|---|
mode | string | yes | Health check mode Allowed values: tcp, http, https. |
port | integer | yes | Health check port |
interval | integer | no | Interval between the checks in seconds (default: 10) |
strikes-fail | integer | no | Number of attempts before considering the target unhealthy (default: 3) |
strikes-ok | integer | no | Number of attempts before considering the target healthy (default: 2) |
timeout | integer | no | Health check timeout value in seconds (default: 2) |
tls-skip-verify | boolean | no | Skip TLS verification |
tls-sni | string | no | An optional domain or subdomain to check TLS against |
uri | string | no | An endpoint to use for the health check, for example ‘/status’ |
Last updated on