Nginx打补丁使用第三方后端健康检测工具
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Nginx打补丁使用第三方后端健康检测工具相关的知识,希望对你有一定的参考价值。
1.补丁下载网址:https://github.com/yaoweibin/nginx_upstream_check_module
2.下载相应版本的nginx
3.解压nginx
[[email protected] software]# tar xf nginx-1.5.12.tar.gz
4.进入nginx源码并打补丁
[[email protected] software]# cd nginx-1.5.12
[[email protected] nginx-1.5.12]# patch-p1 < /opt/software/nginx_upstream_check_module-master/check_1.5.12+.patch
patching filesrc/http/modules/ngx_http_upstream_ip_hash_module.c
patching filesrc/http/modules/ngx_http_upstream_least_conn_module.c
patching file src/http/ngx_http_upstream_round_robin.c
patching filesrc/http/ngx_http_upstream_round_robin.h
[[email protected] nginx-1.5.12]# echo$?
0
5.安装nginx
[[email protected] nginx-1.5.12]#./configure --add-module=/opt/software/nginx_upstream_check_module-master
以上是关于Nginx打补丁使用第三方后端健康检测工具的主要内容,如果未能解决你的问题,请参考以下文章
nginx下后端节点realserverweb健康检测模块ngx_http_upstream_check_module
nginx下后端节点realserverweb健康检测模块ngx_http_upstream_check_module
nginx下后端realserver健康检测模块ngx_http_upstream_check_module
Nginx 负载均衡 后端 监控检测 nginx_upstream_check_module 模块的使用