From: Ralf Jung Date: Sat, 24 Aug 2024 13:53:26 +0000 (+0200) Subject: journalwatch: allow more TLS errors X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/bb0f118049b0f9e85ff03d74eb81ab7d71bf97aa?ds=inline;hp=80a1cc546b99c8380942f14d7daa594a3c4a5615 journalwatch: allow more TLS errors --- diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index db20d2d..2079292 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -66,11 +66,12 @@ _SYSTEMD_UNIT = postfix@-.service warning: hostname [\w._-]+ does not resolve to address [\da-fA-F.:]+(: .*)? warning: [._\w-]+\[[\da-fA-F.:]+\]: SASL (LOGIN|PLAIN) authentication failed:.* warning: non-SMTP command from [._\w-]+\[[\da-fA-F.:]+\]: .* -warning: TLS library problem: error:[0-9A-F]+:SSL routines:\w+:(no shared cipher|decryption failed or bad record mac|unknown protocol|version too low):[\w./]+:\d+: +warning: TLS library problem: error:[0-9A-F]+:SSL routines:\w+:.* warning: dnsblog reply timeout \d+s for .* warning: dnsblog_query: lookup error for DNS query .*: Host or domain name not found. Name service error .* warning: ciphertext read/write timeout for \[[\da-fA-F.:]+\]:\d+ warning: getpeername: Transport endpoint is not connected -- dropping this connection + {% if journalwatch is defined and journalwatch.postfix_slow | default(False) %} warning: psc_cache_update: btree:/var/lib/postfix/[a-z_]+ (update|lookup) average delay is \d\d\d ms {% endif %}