Nagios
Nagios 正在為預定停機時間的主機發送通知
我已經配置了整個 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
您需要徹底查看您的配置和日誌——我從未見過 Nagios 忽略計劃的停機時間。
請注意,這裡可能存在一個錯誤,並且在版本 > 3.4.1 中已修復。
我找到了解決方案!轉到您的 template.cfg 文件並更改聯繫人部分:
從 :
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 中刪除計劃停機事件的郵件通知。