pull/1269/merge
Zixiang Wei 2024-01-11 03:38:33 +00:00 committed by GitHub
commit cc56c18a37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ health_check_target=127.0.0.1:8083,127.0.0.1:8082
第一种是http模式也就是以get的方式请求目标+url返回状态码为200表示成功
种是tcp模式也就是以tcp的方式与目标建立连接能成功建立连接表示成功
种是tcp模式也就是以tcp的方式与目标建立连接能成功建立连接表示成功
如果失败次数超过`health_check_max_failed`nps则会移除该npc下的所有该目标如果失败后目标重新上线nps将自动将目标重新加入。