openresty / lua-resty-upstream-healthcheck

Health Checker for Nginx Upstream Servers in Pure Lua
515 stars 134 forks source link

v1/healthcheck 接口返回信息 #82

Open Waylonwhynot opened 2 years ago

Waylonwhynot commented 2 years ago

使用场景:当成7层LB替代Nginx使用 目前问题:所有upstream上游都配置了主动检查(tcp检测),但是通过GET v1/healthcheck 只返回了其中一组upstream状态信息。 需求:想要类似于Nginx的check_status页面,实时查看所有upstream的状态。 upstream配置界面

upstream配置界面2

![Uploading 接口返回信息.jpg…]()