nginx安装健康检查模块nginx_upstream_check_module

本文介绍如何使用阿里健康检测模块nginx_upstream_check_module来监控Nginx后端节点的状态,包括模块的下载、安装配置步骤及nginx.conf中的健康检查配置样例。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

随着业务增长,nginx上负载均衡器的后端节点部署越来越多,需要对后端节点的运行状态进行监控,故引入阿里的健康检测模块nginx_upstream_check_module,通过它可以用来检测后端 realserver 的健康状态。

 

一、下载

     1、nginx

           http://nginx.org/download/nginx-1.9.2.tar.gz

     2、nginx_upstream_check_module

           http://github.com/yaoweibin/nginx_upstream_check_module

 

 二、安装配置

    1、文件列表信息

[root@iZ233438q9fZ upload]# ll
drwxr-xr-x 6 ftpuser ftp       4096 Aug 19 10:04 nginx_upstream_check_module
drwxr-xr-x 8    1001 1001      4096 Jun 16  2015 nginx-1.9.2.tar.gz
 
    2、解压
[root@iZ233438q9fZ upload]# tar -zxvf nginx-1.9.2.tar.gz
[root@iZ233438q9fZ upload]# cd nginx-1.9.2 
 

    3、nginx补丁安装

[root@iZ233438q9fZ nginx-1.9.2]# patch -p0 < /var/ftp/upload/nginx_upstream_check_module/check_1.9.2+.patch
patching file src/http/modules/ngx_http_upstream_hash_module.c
patching file src/http/modules/ngx_http_upstream_ip_hash_module.c
patching file src/http/modules/ngx_http_upstream_least_conn_module.c
patching file src/http/ngx_http_upstream_round_robin.c
patching file src/http/ngx_http_upstream_round_robin.h
   

 

    4、编译配置

[root@iZ233438q9fZ nginx-1.9.2]# ./configure --add-module=/var/ftp/upload/nginx_upstream_check_module --prefix=/usr/local/server/nginx 
[root@iZ233438q9fZ nginx-1.9.2]# make && make install
 

 三、nginx.conf健康检查配置样例



 
 
参数说明:

- check_status:[html|csv|json],默认html

- check_http_send:指定检测的http访问地址,默认/

- type:[tcp|http|ssl_hello|mysql|ajp],默认tcp

- interval:向后端发送的健康检查包的间隔,单位(毫秒)

- fall(fall_count): 如果连续失败次数达到fall_count,服务器就被认为是down。

- rise(rise_count): 如果连续成功次数达到rise_count,服务器就被认为是up。

- timeout: 后端健康请求的超时时间。

 

PS:如果一直显示失败,请检查项目根目录中是否有index.jsp或index.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值