yaoweibin / nginx_tcp_proxy_module

add the feature of tcp proxy with nginx, with health check and status monitor
http://yaoweibin.github.com/nginx_tcp_proxy_module
1.64k stars 366 forks source link

Is it possible to show upstream name in status page ? #143

Open taomaree opened 7 years ago

taomaree commented 7 years ago

status page is very userful, but it's not show upstream name in status page.

 location /status {
       tcp_check_status;
  }