我的待命轮换根据人员的地理位置定义时间段。但无论何时发生,我们的升级都需要传达给整个团队。目前我发现在 nagios 中配置它的唯一方法是为每个人创建两个联系人
一个是特定时间段,另一个是 24x7,然后在升级中使用 24x7 联系。我希望每人只能保持 1 个联系人。
define contact {
contact_name bobjones
service_notification_period ops-shift4-oncall
host_notification_period ops-shift4-oncall
host_notification_options d,u,r
service_notification_commands service-notify
host_notification_commands host-notify
email [email protected]
pager bjones
}
define contact {
contact_name bobjones_24x7
service_notification_period 24x7
host_notification_period 24x7
host_notification_options d,u,r
service_notification_commands service-notify
host_notification_commands host-notify
email [email protected]
pager bjones
}