nagios 监控 虚拟主机

     nagios 默认使用是ip方式来监控,问题如果是基于域名的虚拟主机,IP不可访问,只能用域名访问,如何监测?

 

运行check_http 可以发现-H <vhost> 是使用-H来监控虚拟主机的。

#nagios-3.0.3/libexec/check_http
check_http: Could not parse arguments
Usage: check_http -H <vhost> | -I <IP-address> [-u <uri>] [-p <port>]
[-w <warn time>] [-c <critical time>] [-t <timeout>] [-L]
[-a auth] [-f <ok | warn | critcal | follow>] [-e <expect>]
[-s string] [-l] [-r <regex> | -R <case-insensitive regex>] [-P string]
[-m <min_pg_size>:<max_pg_size>] [-4|-6] [-N] [-M <age>] [-A string]
[-k string] [-S] [-C <age>] [-T <content-type>]

 

 

如何实现呢: 在nagios的services.cfg 中

 

原先监控:

define service {
        host_name        crm.1.2
        service_description   check tomcat
        check_period          24x7
        max_check_attempts    4
        normal_check_interval 3
        retry_check_interval  2
        contact_groups        admins
        notification_interval   10
        notification_period     24x7
        notification_options    w,u,c,r
        check_command           check_http! -u /moncheck.txt -p 80

 

修改:

       check_command           check_http! -H xxx.xxx.xxx.com -u /moncheck.txt -p 80 重启即可。

 

前人栽树,后人乘凉,参考下面文章。

http://www.dbalife.com/archives/137.html

 

 

 

 

 

 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值