Chinaunix首页 | 论坛 | 博客
  • 博客访问: 248424
  • 博文数量: 36
  • 博客积分: 1495
  • 博客等级: 上尉
  • 技术积分: 412
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-09 13:34
文章分类

全部博文(36)

文章存档

2016年(1)

2015年(12)

2014年(2)

2012年(4)

2011年(1)

2009年(6)

2008年(10)

我的朋友

分类: LINUX

2009-05-26 13:55:56

1.定义主机
  define host{
        host_name     主机名
        alias         主机名                
        use           系统类型       
        address       需要监控服务器的IP地址              
        }
2.定义主机组名
        define hostgroup{
        hostgroup_name          组名
        members                 成员中间用逗号分开             
                        }
3.定义联系人
           
            define contact{
        contact_name                    联系对像名
        service_notification_period     24x7
        host_notification_period        24x7
        service_notification_options    w,u,c,r
        host_notification_options       d,u,r
        service_notification_commands   notify-service-by-email (命令)
        host_notification_commands      notify-host-by-email (命令)
        email                           发送的邮件地址
        pager                           短信号码
        }
4.定需要监控的服务
define service{
        hostgroup_name          组名
        service_description     check-ssh
        check_command           check_ssh
        max_check_attempts      3
        normal_check_interval   10
        retry_check_interval    2
        check_period            24x7
        notification_interval   10
        notification_period     24x7
        notification_options    w,u,c,r
        contact_groups          告警对象
        }
define service{
        hostgroup_name          服务器组名
        service_description     PING
        check_command           check_ping!100.0,20%!500.0,60%!5
        max_check_attempts      3
        normal_check_interval   10
        retry_check_interval    2
        check_period            24x7  
        notification_interval   10
        notification_period     24x7
        notification_options    w,u,c,r
        contact_groups          告警对象 
        }
阅读(955) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~