OptionalcheckNumber of consecutive unsuccessful health checks after which the server will be considered dead.
Defines whether proxy protocol should be activated for the health check.
OptionalcheckMaximum time a backend server has to reply to the health check.
OptionalhttpObject to configure an HTTP health check.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
OptionalhttpsObject to configure an HTTPS health check.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
OptionalldapObject to configure an LDAP health check. The response is analyzed to find the LDAPv3 response message.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
OptionalmysqlObject to configure a MySQL health check. The check requires MySQL >=3.22 or <9.0. For older or newer versions, use a TCP health check.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
OptionalpgsqlObject to configure a PostgreSQL health check.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
Port to use for the backend server health check.
OptionalredisObject to configure a Redis health check. The response is analyzed to find the +PONG response message.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
OptionaltcpObject to configure a basic TCP health check.
One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig', 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig' could be set.
OptionaltransientTime to wait between two consecutive health checks when a backend server is in a transient state (going UP or DOWN).
Time to wait between two consecutive health checks.