免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 6755 | 回复: 7
打印 上一主题 下一主题

nagios 监控多台机器 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-05-15 12:12 |只看该作者 |倒序浏览
用Nagios监控两台win服务器。

我的部分 windows.cfg ,第一次只监控一台的时候没有红色部分。后来我想尝试下监控两台,就加入了红色字部分,只修改了这一处

###############################################################################
###############################################################################
#
# HOST DEFINITIONS
#
###############################################################################
###############################################################################

# Define a host for the Windows machine we'll be monitoring
# Change the host_name, alias, and address to fit your situation

define host{
        use                windows-server        ; Inherit default values from a template
        host_name        winserver        ; The name we're giving to this host
        alias                My Windows Server        ; A longer name associated with the host
        address                192.168.0.181        ; IP address of the host
        }

define  host{
        use                windows-server       
        host_name        winserver2       
        alias                My Windows Server       
        address                192.168.0.180       
        }



###############################################################################
###############################################################################
#
# HOST GROUP DEFINITIONS
#
###############################################################################
###############################################################################


重启Nagios发现识别了第二台但是看图:
winserver2下什么东西都没有啊?
是不是新加被监控还需要修改别的地方啊?

1.jpg (8.04 KB, 下载次数: 46)

1.jpg

论坛徽章:
0
2 [报告]
发表于 2009-05-15 13:41 |只看该作者
up

论坛徽章:
1
2015元宵节徽章
日期:2015-03-06 15:50:39
3 [报告]
发表于 2009-05-15 14:04 |只看该作者
你只增加了主机,没增加该主机下的服务。你的这个配置继续向下看,define service下的配置都是指向主机winserver的,没有winserver2的

论坛徽章:
0
4 [报告]
发表于 2009-05-15 14:06 |只看该作者
哦,明白了,那比如这个
define service{
        use                     generic-service
        host_name               winserver
        service_description     NSClient++ Version
        check_command           check_nt!CLIENTVERSION
        }


我要是新增个winserver2的话
是这样吗?用逗号隔开?

define service{
        use                     generic-service
        host_name               winserver,winserver2
        service_description     NSClient++ Version
        check_command           check_nt!CLIENTVERSION
        }

论坛徽章:
1
2015元宵节徽章
日期:2015-03-06 15:50:39
5 [报告]
发表于 2009-05-15 14:32 |只看该作者
  1. define service{
  2.         use                     generic-service
  3.         host_name               winserver1
  4.         service_description     NSClient++ Version

  5. define service{
  6.         use                     generic-service
  7.         host_name               winserver2
  8.         service_description     NSClient++ Version
复制代码

论坛徽章:
0
6 [报告]
发表于 2009-05-15 14:40 |只看该作者
thank you
每个都要重写一个啊。有什么简单的方法吗?

论坛徽章:
0
7 [报告]
发表于 2009-05-15 15:31 |只看该作者
原帖由 相当宏伟 于 2009-5-15 14:40 发表
thank you
每个都要重写一个啊。有什么简单的方法吗?


这不复杂吧,copy一下,hostname改一下就ok了

论坛徽章:
0
8 [报告]
发表于 2009-05-18 18:06 |只看该作者
设置hostgroup吧。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP