nagios plugins之 check_http ZT

运维 系统运维
我们在用nagios时,经常会用到它的一个功能——网络信息监控,nagios其中有一个check_http应用率非常高,让我们来看看他的具体参数。

nagios下的check_http ZT具体参数是一个比较重要的点,我带大家来看看。.

  //显示版本

  #./check_http -V

  check_http v2053 (nagios-plugins 1.4.13)

  //-H -u -p

  (不能直接-u写URL,用-u时要用-H;-u带的URL可以写全或相对)

 

  1.   #./check_http -H www.****.com  
  2.  

 

  HTTP OK HTTP/1.1 200 OK - 106540 bytes in 1.833 seconds |time=1.833151s;;;0.000000 size=106540B;;;0

 

  1.   #./check_http -H www.****.com -u /url1/url2/index.html  
  2.  
  3.   #./check_http -H www.****.com -u http://www.****.com/url1/url2/index.html  
  4.  
  5.   #./check_http -H www.****.com -p 80 -u http://www.****.com/url1/url2/index.html  
  6.  

 

  //-I

 

  1.   #./check_http -I xxx.xxx.xxx -u /url1/url2/index.html  
  2.  

 

  //-e ; 预期服务器返回的***行字串匹配

 

  1.   # ./check_http -H www.laabaa.com -e "200 OK" 
  2.  

 

  HTTP OK HTTP/1.1 200 OK - 106540 bytes in 1.736 seconds |time=1.736245s;;;0.000000 size=106540B;;;0

 

  1.   # ./check_http -H www.laabaa.com -e "200 notOK" 
  2.  

 

  HTTP CRITICAL - Invalid HTTP response received from host: HTTP/1.1 200 OK

  //-s ; 预期页面代码中的字串

  //-M ;检测页面的 Last modified时间,如1m,1h,1d等(分钟,小时,天);

 

  1.   # ./check_http -I 192.168.100.107 -u /cehq/zhishu.html -M 1m  
  2.  

 

  HTTP CRITICAL - Last modified 1:11:40 ago

  //-m :; 最小页面size(bytes):***页面size(bytes)

 

  1.   # ./check_http -I 192.168.100.107 -u /cehq/zhishu.html -m 100:200  
  2.  

 

  HTTP WARNING: page size 3466 too large|size=3466B;100;0;0

  //-w和-c;定义warning和critical的告警阀值(单元:seconds)

 

  1.   # ./check_http -I 192.168.100.107 -u /cehq/zhishu.html -w 0.0001  
  2.  

 

  HTTP WARNING: - HTTP/1.1 200 OK - 0.002 second response time |time=0.001646s;0.000100;;0.000000 size=3466B;;;0

 

  1.   # ./check_http -I 192.168.100.107 -u /cehq/zhishu.html -c 0.0001  
  2.  

 

  HTTP CRITICAL: - HTTP/1.1 200 OK - 0.002 second response time |time=0.001778s;;0.000100;0.000000 size=3466B;;;0

  // -N; 检查一个页面访问,为了获得较好的响应时间,不读取页面体,no-body:

 

  1.   # ./check_http -H www.ce.cn -u /index.shtml -N  
  2.  

 

  HTTP OK: HTTP/1.1 200 OK - 4300 bytes in 0.015 second response time |time=0.014826s;;;0.000000 size=4300B;;;0

  // -a; 以用户名密码访问一个需认证的页面:

 

  1.   # ./check_http -I 10.10.10.32 -u /nagios/  
  2.  

 

  HTTP WARNING: HTTP/1.1 401 Authorization Required - 717 bytes in 0.004 second response time |time=0.004006s;;;0.000000 size=717B;;;0

 

  1.   # ./usr/lib/nagios/plugins/check_http -I 192.168.10.2 -u /nagios/ -a nagios:nagios  
  2.  

 

  HTTP OK: HTTP/1.1 200 OK - 911 bytes in 0.005 second response time |time=0.004724s;;;0.000000 size=911B;;;0

  //-t;连接超时的时间(default:10seconds)

 

  1.   #./check_http -H laabaa.com  
  2.  

 

  HTTP OK HTTP/1.1 200 OK - 106540 bytes in 1.840 seconds |time=1.839614s;;;0.000000 size=106540B;;;0

 

  1.   #./check_http -H laabaa.com -t 1  
  2.  

 

  CRITICAL - Socket timeout after 1 seconds

  //-v;verbose,show details for command-line debugging

  以上常用的,没有post、header等相关的参数。

在应用nagios时,我们得多关心下check_http,这个功能非常好用!

【编辑推荐】

  1. Nagios图形化Pnp 安装和配置 ZT
  2. Redhat Nagios安装详解
  3. Nagios 配置文件解析
  4. Nagios安装笔记
  5. Suse 9 安装Nagios过程
  6. Nagios扩展的主机和服务监测

 

责任编辑:赵鹏 来源: 网络转载
相关推荐

2011-03-21 15:35:01

Nagiosnagios-plug安装

2011-03-31 16:05:18

Redhat配置nagios

2011-03-25 17:06:55

Nagios插件plugins

2011-03-22 14:16:17

Nagios安装

2011-03-28 09:35:12

NagiosPnpZT

2011-04-01 15:39:05

CactiNagios

2010-05-31 12:22:13

Nagios pnp

2010-05-31 11:10:37

Nagios pnp

2013-07-24 18:02:40

Android开发学习Android UIRadio、Check

2011-03-25 17:20:37

NagiosApache

2022-04-26 07:49:23

Nagios开源监控

2011-03-28 16:23:23

nagios开源监控

2019-09-23 08:35:52

2011-03-25 11:05:39

Nagioswindows

2020-09-30 07:41:28

Redis工具 Redis-full

2011-06-10 12:44:09

2020-10-12 14:31:16

HTTP之200还是3

2011-03-31 16:05:18

Redhat配置nagios

2011-08-22 12:25:02

nagios

2014-06-18 09:25:07

HTTP
点赞
收藏

51CTO技术栈公众号