config firewall ldb-monitor
Configure server load balancing health monitors.
config firewall ldb-monitor
Description: Configure server load balancing health monitors.
edit <name>
set type [ping|tcp|...]
set interval {integer}
set timeout {integer}
set retry {integer}
set port {integer}
set src-ip {ipv4-address}
set http-get {string}
set http-match {string}
set http-max-redirects {integer}
set dns-protocol [udp|tcp]
set dns-request-domain {string}
set dns-match-ip {ipv4-address}
next
end
config firewall ldb-monitor
Parameter |
Description |
Type |
Size |
Default |
||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
type |
Select the Monitor type used by the health check monitor to check the health of the server (PING | TCP | HTTP | HTTPS | DNS). |
option |
- |
|
||||||||||||
|
|
|||||||||||||||
interval |
Time between health checks . |
integer |
Minimum value: 5 Maximum value: 65535 |
10 |
||||||||||||
timeout |
Time to wait to receive response to a health check from a server. Reaching the timeout means the health check failed . |
integer |
Minimum value: 1 Maximum value: 255 |
2 |
||||||||||||
retry |
Number health check attempts before the server is considered down . |
integer |
Minimum value: 1 Maximum value: 255 |
3 |
||||||||||||
port |
Service port used to perform the health check. If 0, health check monitor inherits port configured for the server . |
integer |
Minimum value: 0 Maximum value: 65535 |
0 |
||||||||||||
src-ip |
Source IP for ldb-monitor. |
ipv4-address |
Not Specified |
0.0.0.0 |
||||||||||||
http-get |
URL used to send a GET request to check the health of an HTTP server. |
string |
Not Specified |
|
||||||||||||
http-match |
String to match the value expected in response to an HTTP-GET request. |
string |
Not Specified |
|
||||||||||||
http-max-redirects |
The maximum number of HTTP redirects to be allowed . |
integer |
Minimum value: 0 Maximum value: 5 |
0 |
||||||||||||
dns-protocol |
Select the protocol used by the DNS health check monitor to check the health of the server (UDP | TCP). |
option |
- |
udp |
||||||||||||
|
|
|||||||||||||||
dns-request-domain |
Fully qualified domain name to resolve for the DNS probe. |
string |
Not Specified |
|
||||||||||||
dns-match-ip |
Response IP expected from DNS server. |
ipv4-address |
Not Specified |
0.0.0.0 |