nginx_upstream_check_module icon indicating copy to clipboard operation
nginx_upstream_check_module copied to clipboard

Health checks upstreams for nginx

Results 106 nginx_upstream_check_module issues
Sort by recently updated
recently updated
newest added
trafficstars

您好姚伟斌大神! 我在使用该模块用tcp方式进行检查时,rise的count不会超过worker数. 例如worker数是8,rise的count只到8,除非reload后,才会再增长,但也只会再增长8,就不会再有任何变化. 这会导致健康检查功能无法使用. 如图所示,tcp健康检查 部分,rise的count数,都是8的倍数. count为40,是 因为我reload了5次. 其中有一个为32,是因为我模拟故障. ![1715743761336](https://github.com/yaoweibin/nginx_upstream_check_module/assets/65537919/287eef1d-2415-405e-a646-c5ef5bcd1ef7) 我用的是1.20.1+patch,nginx版本1.20.2. 谢谢!

请问能不能发布个最新的tag?

I have setup several upstreams with checks. After that, I tried to make a change in the upstream conf file and I make a stress test, I receive errors (no...

+ 新增ng1.26.3补丁 + 修改README描述布局(使用markdown) + 修复在TCP健康检查方法下,Rase Count不增加的问题 **原因分析** 在tcp检查下,有keepalive存在下, 连接不会被释放 ``` /* This process is processing this peer now. */ if ((peer->shm->owner == ngx_pid || (peer->pc.connection != NULL) || peer->check_timeout_ev.timer_set))...

Issue: The nginx module does not supports a health check with https. This Pull Request provides the new type `https`. e.g: upstream test-upstream{ server test.server.de:443 weight=1; server test.server.de:443 weight=1; check...

我想在ARM64 环境下编译nginx, 用的docker image, 但是打patch 失败了,在ARM64 环境下怎么弄? RUN PATCH -p1 < nginx_upstream_check_module-master/check_1.20.1+.patch: 0.372 can't find file to patch at input line 5 0.373 Perhaps you used the wrong -p or...