Nagios警报通过电子邮件警告和寻呼机CRITICAL
我想将Nagios设置为通过电子邮件发出警告(例如,轻度高负载或磁盘使用),但是对于重要的项目则由寻呼机警告。 现在我们通过电子邮件和寻呼机同时通知所有的警告。 我的通用联系人定义如下: define contact{ name generic-contact service_notification_options w,u,c,r,f,s host_notification_options d,u,r,f,s service_notification_commands notify-service-by-email,notify-service-by-pager host_notification_commands notify-host-by-email,notify-host-by-pager register 0 service_notification_period 24×7 host_notification_period 24×7 } 我该如何做到这一点,使电子邮件通知发生的警告和关键,但分页关键只?