lua-resty-upstream-healthcheck icon indicating copy to clipboard operation
lua-resty-upstream-healthcheck copied to clipboard

Health Checker for Nginx Upstream Servers in Pure Lua

Results 48 lua-resty-upstream-healthcheck issues
Sort by recently updated
recently updated
newest added

Thank for greate module. I'm using openrestry newest version. I'm using proxy . I config your module and it's working but status is down ``` Upstream test Primary Peers 10.1.11.12:222...

Currently it seems not to support tcp check, any plan to do it? Thanks.

see https://github.com/openresty/lua-resty-upstream-healthcheck/blob/master/lib/resty/upstream/healthcheck.lua#L282 This line assumes that `iterator - 1` equals the `id` of the peer. That is a bad assumption. It should use `peers[iterator].id` instead probably to use the true...

healthcheck status_page failed for ipv6 upstream `server{ listen [::]:9333; proxy_pass [24e7:c180:1210:c021:3de4:2edf:5bc1:950e]:9334; }`

Does this module(i don't see it) support FastCGI upstream or is planned?

Since 0.07 is ready, please publish to [openresty/lua-resty-upstream-healthcheck package on OPM](https://opm.openresty.org/package/openresty/lua-resty-upstream-healthcheck), so that users can work with latest features with `opm get openresty/lua-resty-upstream-healthcheck` @agentzh

Hi! Kindly asking, since I failed to find any mention about unix sockets like unix:/tmp/forwarded.sock (without port) being supported in upstreams. (You can send plain http requests to them since...