Nagios---define service

    name                             generic-service   ; The 'name' of this service template
通过name来指定服务类名,这里的generice-service是一个类名。

         active_checks_enabled            1          ; Active service checks are enabled
设定启用活动监测服务。

         passive_checks_enabled           1           ; Passive service checks are enabled/accepted
设定启用被动监测服务。

         parallelize_check                1          ; Active service checks should be parallelized (disabling this can lead to major performance problems)
设定启用并发活动监测服务。

         obsess_over_service              1          ; We should obsess over this service (if necessary)
设定启用服务防停滞。

         check_freshness                  0          ; Default is to NOT check service 'freshness'
设定关闭更新监测。

         notifications_enabled            1          ; Service notifications are enabled
设定启用事件通知。

         event_handler_enabled            1          ; Service event handler is enabled
设定启用事件处理程序。

         flap_detection_enabled           1          ; Flap detection is enabled
设定启用状态抖动监测。

         failure_prediction_enabled       1          ; Failure prediction is enabled
设定启用故障预测。

         process_perf_data                1          ; Process performance data
设定启用进程性能数据记录。

         retain_status_information        1          ; Retain status information across program restarts
设定启用状态信息保存功能。当Nagios重新启动的时候不会是空数据,而是先显示上次离线时最后保留的状态数据。

         retain_nonstatus_information     1          ; Retain non-status information across program restarts
设定启用非状态信息保存功能。当Nagios重新启动的时候不会是空数据,而是先显示上次离线时最后保留的非状态数据。

         is_volatile                      0          ; The service is not volatile
设定服务非易失。

         register                         0          ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
设定非注册。此项register为0值的时候Nagios会理解到该定义段是主机类而为实体主机的定义段。因此,在自定义主机类段的时候,记得也要加入这一个属性,用来向Nagios表明该段为主机类段。
         }


# Local service definition template - This is NOT a real service, just a template!
这里Nagios还默认定义了一个针对“本地系统监测服务”的类。

define service{
         name     local-service      ; The name of this service template
         use     generic-service     ; Inherit default values from the generic-service definition
通过use来继承generic-service这个类。类也是能够继承类的。

         check_period               all_days          ; The service can be checked at any time of the day
         max_check_attempts            2    ; Re-check the service up to 4 times in order to determine its final (hard) state
设定监测失败后最尝试次数。

         normal_check_interval           5    ; Check the service every 5 minutes under normal conditions
设定正常监测服务的间隔,单位秒。

         retry_check_interval             1    ; Re-check the service every minute until a hard state can be determined
设定监测失败后尝试的间隔,单位秒。

         contact_groups             admins    ; Notifications get sent out to everyone in the 'admins' group
设定联系组。

notification_options          w,u,c,r    ; Send notifications about warning, unknown, critical, and recovery events
设定监测指定服务产生的事件通知的条件选项。这里后面跟上一些级别类型参数:
w代表warning告警;
u代表unknown未知;
c代表critical严重;
r代表recover恢复;
d代表down奔溃。

         notification_interval            15    ; Re-notify about service problems every hour
设定服务通知的间隔。

         notification_period         all_days    ; Notifications can be sent out at any time
设定服务通知运行时间。

         register                         0        ; DONT REGISTER THIS DEFINITION - ITS NOT A REAL SERVICE, JUST A TEMPLATE!
设定register表明本段定义的是一个服务类,而不是具体的服务。
}

 

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值