mirror of
https://github.com/chatmail/relay.git
synced 2026-09-18 13:20:09 +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:
@@ -30,7 +30,7 @@ counter filtermail_smtp_error_total by reason
|
|||||||
# filtermail::transport
|
# 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/ {
|
/timed out/ {
|
||||||
filtermail_transport_error_total["connection_timeout"]++
|
filtermail_transport_error_total["connection_timeout"]++
|
||||||
} otherwise {
|
} otherwise {
|
||||||
@@ -52,7 +52,7 @@ counter filtermail_smtp_error_total by reason
|
|||||||
filtermail_transport_error_total["other"]++
|
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++
|
filtermail_transport_unexpected_total++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user