monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

monit alert mail message id issue


From: Eric Pailleau
Subject: monit alert mail message id issue
Date: Wed, 18 Oct 2017 15:46:56 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0

Hello,

I encountered a monit alert mail issue.

I use simple config :

check file no_acks with path /path/to/no_acks.log
        if match ".*" then alert

So that monit effetively send a mail at each entry in this log.
So far so good.

But since we changed mail architecture, we did not received all the mails,
but, by investigating , only the first one of all in the same second (using monit.log timestamp reference)

We could find that imapd/cyrus  removed duplicate message ids and could add a special config entry disabling this option.

Indeed we could see in postfix/smtpd that all the mails was relayed, but all in the same second add same ID :
example :
Oct 18 15:32:41 sv1 postfix/cleanup[31715]: 9AE25A87C51: message-id=<1508333561.0@mydomain.net>
Oct 18 15:32:41 sv1 postfix/cleanup[31715]: A59FDA87C3D: message-id=<1508333561.0@mydomain.net>

It is not clear to me if this is a monit or postfix issue. Is this mail id set by monit or postfix ?

Thanks for sharing any thoughts on this.

Regards
Eric

reply via email to

[Prev in Thread] Current Thread [Next in Thread]