nagios邮件报警有时候能收到,有时候收不到

发布于 2021-11-13 09:04:47 字数 2733 浏览 824 评论 3

我用mail命令可以收到邮件,我把他写到commands.cfg 里

define command{
command_name notify-host-by-email
command_line /usr/bin/printf "%b" "***** Nagios *****nnNotification Type: $N
OTIFICATIONTYPE$nHost: $HOSTNAME$nState: $HOSTSTATE$nAddress: $HOSTADDRESS$nInfo: $HO
STOUTPUT$nnDate/Time: $LONGDATETIME$n" | /usr/local/bin/sendEmail -f qinqiang@3gpp.com
.cn -t qinqiang@3gpp.com.cn -s 127.0.0.1 -u "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$S
ERVICEDESC$ is $SERVICESTATE$ **"
}

可是查看邮件日志发现有些收到了有些没有收到

Apr 19 14:34:29 ppcn-10-100 postfix/smtpd[29341]: connect from localhost[127.0.0.1]
Apr 19 14:34:29 ppcn-10-100 postfix/smtpd[29341]: 304CB2D430C: client=localhost[127.0.0.1]
Apr 19 14:34:29 ppcn-10-100 postfix/cleanup[29355]: 304CB2D430C: message-id=<340849.625502841-sendEmail@ppcn-10-100>
Apr 19 14:34:29 ppcn-10-100 postfix/smtpd[29341]: disconnect from localhost[127.0.0.1]
Apr 19 14:34:29 ppcn-10-100 postfix/qmgr[32074]: 304CB2D430C: from=<qinqiang@3gpp.com.cn>, size=1205, nrcpt=1 (queue active)
Apr 19 14:34:29 ppcn-10-100 postfix/smtp[29369]: 304CB2D430C: to=<qinqiang@3gpp.com.cn>, relay=mail.3gpp.com.cn[59.151.37.12]:25, delay=0.35, delays=0.23/0.02/0.04/0.06, dsn=2.0.0, status=sent (250 ok 1334817186 qp 7530)
Apr 19 14:34:29 ppcn-10-100 postfix/qmgr[32074]: 304CB2D430C: removed

Apr 19 14:46:56 ppcn-10-100 postfix/qmgr[32074]: 8F8CA2D4310: from=<nagios@ppcn-10-100.site>, size=732, nrcpt=1 (queue active)
Apr 19 14:46:56 ppcn-10-100 postfix/smtp[29626]: connect to 3gpp.cn[59.151.46.183]:25: Connection refused
Apr 19 14:46:56 ppcn-10-100 postfix/smtp[29626]: 8F8CA2D4310: to=<qinqiang@3gpp.cn>, relay=none, delay=2340, delays=2340/0.04/0/0, dsn=4.4.1, status=deferred (connect to 3gpp.cn[59.151.46.183]:25: Connection refused)
Apr 19 14:52:56 ppcn-10-100 postfix/pickup[32073]: 5109D2D430F: uid=105 from=<nagios>
Apr 19 14:52:56 ppcn-10-100 postfix/cleanup[11775]: 5109D2D430F: message-id=<20120419065256.5109D2D430F@ppcn-10-100.site>
Apr 19 14:52:56 ppcn-10-100 postfix/qmgr[32074]: 5109D2D430F: from=<nagios@ppcn-10-100.site>, size=716, nrcpt=1 (queue active)

在邮件队列里也有很多没有成功的邮件

5109D2D430F 716 Thu Apr 19 14:52:56 nagios@ppcn-10-100.site
(connect to 3gpp.cn[59.151.46.183]:25: Connection refused)
qinqiang@3gpp.cn

4AF8F2D430A 716 Thu Apr 19 13:52:56 nagios@ppcn-10-100.site
(connect to 3gpp.cn[59.151.46.183]:25: Connection refused)
qinqiang@3gpp.cn

8F8CA2D4310 732 Thu Apr 19 14:07:56 nagios@ppcn-10-100.site
(connect to 3gpp.cn[59.151.46.183]:25: Connection refused)
qinqiang@3gpp.cn

请帮忙分析下,谢谢。。。。

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

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

发布评论

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

评论(3

奈何桥上唱咆哮 2021-11-17 22:17:25

我自己搭建了postfix要是溜掉了不可能吧,有好多啊,收到的很少。。。

天涯离梦残月幽梦 2021-11-17 06:34:39

服务器上有个postfix应该不是溜掉的,而且收到邮件后过一会队列里就有一个错误的邮件,而他连接的还是错误的邮件服务器。。。。求解啊。。。。。。

残花月 2021-11-16 04:49:27

最好自己搭建一个smtp server,同步发送报警邮件,看是不是都有溜掉,估计是邮箱给屏蔽掉了部分。

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