Nagios 使用mutt邮件报警问题

发布于 2022-10-15 05:06:02 字数 3374 浏览 27 评论 0

配置nagios邮件报警,使用的是mutt+msmtp,测试#echo "test" |/usr/bin/mutt -s "this is test" XXX@163.com,是正常的,可以收到邮件的
配置contacts.cfg内容如下:

define contact{
        contact_name                    nagiosadmin                ; Short name of user
             #use                                generic-contact                ; Inherit default values from generic-contact template (defined above)
        alias                           Nagios Admin                ; Full name of user
        service_notification_period     24x7                        ; service notifications can be sent anytime
        host_notification_period        24x7                        ; host notifications can be sent anytime
        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_commands   notify-service-by-email        ; send service notifications via email
        host_notification_commands      notify-host-by-email        ; send host notifications via email
        email                           XXX@163.com        ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ******
        }

配置commands.cfg内容如下:

define command{
        command_name        notify-host-by-email
        command_line        /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\nHost: $HOSTNAME$\nState: $HOSTSTATE$\nAddress: $HOSTADDRESS$\nInfo: $HOSTOUTPUT$\n\nDate/Time: $LONGDATETIME$\n" | /usr/bin/mutt -s "** $NOTIFICATIONTYPE$ Host Alert: $HOSTNAME$ is $HOSTSTATE$ **" $CONTACTEMAIL$
        }

但是当主机down,或者服务关闭时候,邮件无法收到报警,查看/root/msmtp.log,也没有发送邮件的记录,就好像没有调用似的.

跪求热心人帮忙解答!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

淡忘如思 2022-10-22 05:06:02

没人啊...怎么会没人呢...高手都哪儿去了

拍不死你 2022-10-22 05:06:02

等了n天没有人反应,还是自己细细检查,思考了一下才搞定的

榕城若虚 2022-10-22 05:06:02

你是怎么弄好的啊?和大家分享下

音盲 2022-10-22 05:06:02

分享下 楼主

如此安好 2022-10-22 05:06:02

楼主分享下经验呢。

梦明 2022-10-22 05:06:02

测试一下sendmail 是否可以发送邮件

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文