nginx_upstream_check_module icon indicating copy to clipboard operation
nginx_upstream_check_module copied to clipboard

Skip servers with “down” tag

Open gfrankliu opened this issue 6 years ago • 0 comments

If a server in upstream has a “down” tag, we should honor it and directly mark it as “down” and skip the health check. Currently the module still checks it and shows its status as “up” causing confusion in monitoring tools that watches the status.

gfrankliu avatar Oct 31 '19 15:10 gfrankliu