Nginx服务器的健康检查和自动故障恢复详细说明
- change_nginx_upstream_conf.sh、nginx_check.sh放在Nginx.conf同级文件目录
sh nginx_check.sh http://172.16.110.73:8121/actuator/info backend > nginx_check_log.log &
tail -f nginx_check_log.log
shell命令介绍
- 命令介绍:sh nginx_check.sh 校验的地址 要校验的upstream名称 ip 端口
- 命令参考:
sh nginx_check.sh http://172.16.110.73:8121/actuator/info backend 192.168.3.102 8080
脚本:我的百度云-软件-Nginx自动故障恢复shell脚本