mirror of
https://github.com/chatmail/relay.git
synced 2026-08-10 10:30:51 +00:00
chore: update filtermail.mtail (#190)
Logs for filtermail-transport changed in v0.7.2+. Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
committed by
GitHub
parent
222bf36712
commit
4d7bcf51b7
@@ -30,7 +30,7 @@ counter filtermail_smtp_error_total by reason
|
||||
# filtermail::transport
|
||||
#
|
||||
|
||||
/filtermail\[\d+\]: \[WARN\s+filtermail::transport\] Connection error relaying to mail server \S+: / {
|
||||
/filtermail\[\d+\]: \[WARN\s+filtermail::transport::worker\] Connection error relaying to mail server \S+: / {
|
||||
/timed out/ {
|
||||
filtermail_transport_error_total["connection_timeout"]++
|
||||
} otherwise {
|
||||
@@ -52,7 +52,7 @@ counter filtermail_smtp_error_total by reason
|
||||
filtermail_transport_error_total["other"]++
|
||||
}}}}}}}
|
||||
|
||||
/filtermail\[\d+\]: \[WARN\s+filtermail::transport\] Unexpected error while delivering/ {
|
||||
/filtermail\[\d+\]: \[WARN\s+filtermail::transport::worker\] Unexpected error while delivering/ {
|
||||
filtermail_transport_unexpected_total++
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user