文件名称:nagios 安装详细步骤
文件大小:85KB
文件格式:DOC
更新时间:2013-02-09 11:25:11
nagios
name generic-service ; 模板名 active_checks_enabled 1 ; 允许主动监测服务 就是使用command的命令 passive_checks_enabled 1 ;允许被动监测服务 就是使用nrpe parallelize_check 1 obsess_over_service 1 check_freshness 0 notifications_enabled 1 允许通知 event_handler_enabled 1 允许记录主机事件 flap_detection_enabled 1 failure_prediction_enabled 1 允许故障预告 retain_status_information 1 保存主机状态信息 retain_nonstatus_information 1 is_volatile 0 check_period 24x7 检查周期 max_check_attempts 3 最大重试次数 normal_check_interval 10 普通检查间隔 retry_check_interval 2 检查失败重试间隔 contact_groups admins 联系组 notification_options w,u,c,r 哪些需要报警 除正常外均报警 notification_interval 60 报警间隔60分钟 notification_period 24x7 报警时间段 register 0 说明这只是个模板 } 目前所有服务均使用此模板