You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/23 10:31:23 UTC

[GitHub] [apisix] shuaijinchao commented on a change in pull request #5117: docs: supplementary health check documents

shuaijinchao commented on a change in pull request #5117:
URL: https://github.com/apache/apisix/pull/5117#discussion_r714666345



##########
File path: docs/en/latest/health-check.md
##########
@@ -91,12 +91,13 @@ The configures in `checks` are belong to health check, the type of `checks`
 contains: `active` or `passive`.
 
 * `active`: To enable active health checks, you need to specify the configuration items under `checks.active` in the Upstream object configuration.
-
+  * `active.type`: The type of active health check, supports `http`, `https`, `tcp`, default: `http`.
   * `active.timeout`: Socket timeout for active checks (in seconds), support decimals. For example `1.01` means `1010` milliseconds, `2` means `2000` milliseconds.
-
+  * `active.concurrency`: Number of targets to check concurrently in active health checks, default: `10`.
   * `active.http_path`: The HTTP GET request path used to detect if the upstream is healthy.
   * `active.host`: The HTTP request host used to detect if the upstream is healthy.
   * `active.port`: The customize health check host port (optional), this will override the port in the `upstream` node.
+  * `active.https_verify_certificate`: Whether to check the validity of the SSL certificate of the remote host when performing active health checks using HTTPS. Default: `true`.

Review comment:
       done




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org