Nagios正在为计划停机的主机发送通知

我已经configuration了整个Nagios,现在有很多主机工作了一段时间,除了我发现的一件事外,一切都还好。 当我为主机安排停机时间时,无论如何都会发送通知。 这是一种错误吗? 我应该检查/更改什么?

编辑1:
Nagios版本:3.4.1
通知信息:

***** Nagios ***** Notification Type: PROBLEM Host: XXXX State: DOWN Address: xx.xx.xx.xx Info: PING CRITICAL - Packet loss = 100% Date/Time: Mon Jul 8 14:56:15 CEST 2013 

您需要彻底查看您的configuration和日志 – 我从来没有见过Nagios忽略预定的停机时间。

请注意,这里 可能 存在一个错误 ,并在版本> 3.4.1中修复。

我find了解决scheme! 转到您的template.cfg文件并更改联系人部分:

FROM:

 service_notification_options w,u,c,r,f,s ; send notifications for all service states, flapping events, and scheduled downtime events host_notification_options d,u,r,f,s ; send notifications for all host states, flapping events, and scheduled downtime events 

至 :

 service_notification_options w,u,c,r,f ; send notifications for all service states, flapping events, and scheduled downtime events host_notification_options d,u,r,f ; send notifications for all host states, flapping events, and scheduled downtime events 

删除“s”在那里删除从nagios邮件通知计划的停机事件。