Skip to content

Commit

Permalink
docs: fix control-api.md link (apache#3511)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Feb 4, 2021
1 parent 1d0e38a commit e094ac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/zh-cn/health-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f13
* `passive.unhealthy.timeouts`: 如果被动健康检查超时次数超过 `timeouts` 次,则将upstream节点设置为 `unhealthy` 状态。
* `passive.unhealthy.http_failures`: 如果被动健康检查的HTTP请求失败(由 `passive.unhealthy.http_statuses` 定义)的次数超过 `http_failures`次,则将upstream节点设置为 `unhealthy` 状态。

健康检查信息可以通过 [控制接口](./control_api.md) 中的 `GET /v1/healthcheck` 接口得到。
健康检查信息可以通过 [控制接口](../control-api.md) 中的 `GET /v1/healthcheck` 接口得到。

0 comments on commit e094ac7

Please sign in to comment.