Load Balancer Monitor Args
If Cloudflare's Load Balancing to load-balance across multiple origin servers or data centers, you configure one of these Monitors to actively check the availability of those servers over HTTP(S) or TCP.
Import
$ pulumi import cloudflare:index/loadBalancerMonitor:LoadBalancerMonitor example <account_id>/<load_balancer_monitor_id>
Constructors
Properties
Do not validate the certificate when monitor use HTTPS. Only valid if type
is "http" or "https".
To be marked unhealthy the monitored origin must fail this healthcheck N consecutive times. Defaults to 0
.
To be marked healthy the monitored origin must pass this healthcheck N consecutive times. Defaults to 0
.
Free text description.
A case-insensitive sub-string to look for in the response body. If this string is not found, the origin will be marked as unhealthy. Only valid if type
is "http" or "https".
The expected HTTP response code or code range of the health check. Eg 2xx
. Only valid and required if type
is "http" or "https".
Follow redirects if returned by the origin. Only valid if type
is "http" or "https".
The HTTP request headers to send in the health check. It is recommended you set a Host header by default. The User-Agent header cannot be overridden.