nagiso check_http小解一例

简介:

多次收到nagios报警,说是我的nginx挂掉了,马上登录服务器查看,nginx还在运行,打开站点也很正常。并没有听到用户或者同事的反应,所以以为是误报警问题。

今天早上,突然灵光一下(主要是昨天晚上报了一晚上的警),实在是烦了,本来想要去掉这个监控,登陆上服务器后,打开配置文件,突然想到,我的监控是通过ip地址来的,那么这个check_http的监控应该会只是针对默认站点进行检查,如果默认站点挂了,其他的站点没挂,那么不就报警了吗,当然,报警了,我检查的时候没检查默认站点,而是只是检查了其他的站点。

  描述:我们是通过nginx,然后到tomcat。问题出在tomcat,

  错误提示:too many open files。解决方法,见另一篇文章

  所以这里也有一悟,以前分不大清nginx各个功能的应用,通过这个错误有点小理解,这里应该是只是代理,把请求转向tomcat,所以错误提示出现在tomcat的日志里,而不是出在nginx的日志里。

目录
相关文章
|
1月前
|
安全 应用服务中间件 网络安全
修复HTTPS升级后出现 Mixed Content: The page at 'https://xxx' was loaded over HTTPS, but requested an insecure frame 'http://xxx'. This request has been blocked; the content must be served over HTTPS. 的问题
修复HTTPS升级后出现 Mixed Content: The page at 'https://xxx' was loaded over HTTPS, but requested an insecure frame 'http://xxx'. This request has been blocked; the content must be served over HTTPS. 的问题
|
12月前
|
XML 数据格式
svn报错-ra_serf: The server sent a truncated HTTP response body.
svn报错-ra_serf: The server sent a truncated HTTP response body.
475 1
|
Apache Android开发
解决Failed resolution of: Lorg/apache/http/client/methods/HttpEntityEnclosingRequestBase的方案
解决Failed resolution of: Lorg/apache/http/client/methods/HttpEntityEnclosingRequestBase的方案
379 0
解决Failed resolution of: Lorg/apache/http/client/methods/HttpEntityEnclosingRequestBase的方案
|
前端开发
phpStudy PHP5.6版本ajax出现HTTP_RAW_POST_DATA is deprecated头部错误原因
phpStudy PHP5.6版本ajax出现HTTP_RAW_POST_DATA is deprecated头部错误原因
62 0
|
前端开发 JavaScript
【WEB前端】【报错解决】This request has been blocked; the content must be served over HTTPS.
【WEB前端】【报错解决】This request has been blocked; the content must be served over HTTPS.
1092 0
|
Java 应用服务中间件 Maven
HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot-报错解决方法
HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot-报错解决方法
196 0
|
运维 PHP
php curl Received HTTP code 403 from proxy after CONNECT
php curl Received HTTP code 403 from proxy after CONNECT
1060 0
|
JSON 移动开发 前端开发
http的option请求
如果你查资料(W3C规范),你会发现在跨域请求中,分为简单请求(get和部分post,post时content-type属于application/x-www-form-urlencoded,multipart/form-data,text/plain中的一种)和复杂请求。而复杂请求发出之前,就会出现一次options请求。
359 0
|
PHP
Undefined index: HTTP_REFERER 解决方法
Undefined index: HTTP_REFERER 解决方法
230 0
Undefined index: HTTP_REFERER 解决方法