nagios 報警頻率控制: ios
前提是定義好servicegroup和hostgroup。contact_groups 爲聯繫人組 scala
服務組頻率控制: ip
define serviceescalation{ servicegroup_name utt service_description check_ping first_notification 3 last_notification 5 notification_interval 60 contact_groups utt } define serviceescalation{ servicegroup_name utt service_description check_ping first_notification 6 last_notification 0 notification_interval 0 escalation_options u,c,r contact_groups utt } 主機組服務控制: define serviceescalation{ hostgroup_name utt first_notification 3 last_notification 5 notification_interval 30 contact_groups utt } define serviceescalation{ hostgroup_name utt first_notification 6 last_notification 0 notification_interval 0 escalation_options u,c,r contact_groups utt }