Paulo Coghi Asked: 2016-06-08 10:34:50 +0800 CST2016-06-08 10:34:50 +0800 CST 2016-06-08 10:34:50 +0800 CST 使用Monit获取502时如何重新启动nginx 772 在 Monit 中,我如何检查我的 Nginx 服务器的运行状况(例如,如果它返回 502)以及在发生这种情况时如何重新启动它。 环境是 Ubuntu 14.04 64bit linux ubuntu nginx monit ubuntu-14.04 1 个回答 Voted Best Answer Chiedo 2017-04-06T05:39:40+08:002017-04-06T05:39:40+08:00 使用以下命令安装更高版本的监视器: 在 Ubuntu 14.04 LTS Server 64bit(x86_64) 上安装最新版本的 Monit | gist.github.com 然后添加如下内容: if failed port 443 protocol http request / status != 200 with timeout 30 seconds then restart
使用以下命令安装更高版本的监视器:
在 Ubuntu 14.04 LTS Server 64bit(x86_64) 上安装最新版本的 Monit | gist.github.com
然后添加如下内容: