cep21 / healthcheck_nginx_upstreams

Health checks upstreams for nginx
http://wiki.nginx.org/NginxHttpHealthcheckModule
253 stars 597 forks source link

healthcheck_nginx_upstreams patch fails for Nginx 1.2.1 #15

Open c3yl0n opened 12 years ago

c3yl0n commented 12 years ago

$ patch -p1 < nginx.patch patching file src/http/ngx_http_upstream.c Hunk #1 succeeded at 4403 (offset 110 lines). patching file src/http/ngx_http_upstream.h Hunk #1 succeeded at 110 (offset 1 line). patching file src/http/ngx_http_upstream_round_robin.c Hunk #1 succeeded at 5 (offset 1 line). Hunk #2 FAILED at 15. Hunk #4 succeeded at 78 (offset 8 lines). Hunk #5 succeeded at 392 (offset 3 lines). Hunk #6 FAILED at 438. Hunk #7 FAILED at 499. Hunk #8 FAILED at 608. Hunk #9 FAILED at 635. Hunk #10 FAILED at 660. 6 out of 10 hunks FAILED -- saving rejects to file src/http/ngx_http_upstream_round_robin.c.rej patching file src/http/ngx_http_upstream_round_robin.h Hunk #1 succeeded at 29 (offset 3 lines). $

$ uname -rop 2.6.18-194.el5PAE i686 GNU/Linux

$ cat /etc/redhat-release Red Hat Enterprise Linux Server release 5.5 (Tikanga)

Nginx version nginx-1.2.1

ankurcha commented 10 years ago

Any update on this?

c3yl0n commented 10 years ago

switched to https://github.com/yaoweibin/nginx_upstream_check_module

On Fri, Oct 25, 2013 at 11:54 PM, Ankur Chauhan notifications@github.comwrote:

Any update on this?

— Reply to this email directly or view it on GitHubhttps://github.com/cep21/healthcheck_nginx_upstreams/issues/15#issuecomment-27114837 .

Regards, Hirantha http://hirantha.wikidot.com

cep21 commented 10 years ago

I haven't had time to work on updating this module. yaoweibin's looks good and borrows the healthcheck ideas.