Health Checks
Describes how to health checks for an edge policy.
Health checks can be enabled when multiple origins are specified.
Default Settings
- Check URL: / (root/home page)
- Interval: 10 seconds (how often the check is performed)
- Timeout: 5 seconds (timeout after which the check is marked as failed)
- Fail count: 2 (number of failed checks for the origin to be considered down)
- Rise count: 2 (number of successful checks for the origin to be considered up)
- Successful responses: 2xx, 3xx, 4xx, 5xx
Custom health checks can also be configured. The following options are available:
- Enable response text checking (heath checks are looking for the text entered under "Expected response text").
- Specify a host header.