如何停止/禁用Nagios电子邮件通知

如何停止电子邮件通知 我正在build立一个新的服务器,并收到大量的通知。 想要暂时禁用他们。

点击左侧导航窗格中的“Process Info”,然后点击“Disable Notifications”,然后点击“Commit”。

在nagios.cfg中,设置enable_notifications = 0并重新启动nagios

您也可以在联系级别通过为Nagios联系人禁用通知来执行此操作。 例如:

define contact { contact_name JohnDoe email [email protected] host_notifications_enabled 0 service_notifications_enabled 0 } 

另一种方法是使用联系人定义中的host_notification_optionsservice_notification_options 。 将它们设置为n (无)。

设置两个:

  • service_notification_period&
  • host_notification_period

永远不会而是24×7

如果您正在通过安装了Nagios的本地主机上的邮件服务器进行中继,则还可以service postfix stop Nagios服务器上的邮件服务器( service postfix stop )。 然后你可以做postsuper -d ALL来删除所有坐在mailq邮件。