projects
/
ansible.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
80a1cc5
)
journalwatch: allow more TLS errors
author
Ralf Jung
<post@ralfj.de>
Sat, 24 Aug 2024 13:53:26 +0000
(15:53 +0200)
committer
Ralf Jung
<post@ralfj.de>
Sat, 24 Aug 2024 13:53:26 +0000
(15:53 +0200)
roles/journalwatch/templates/patterns
patch
|
blob
|
history
diff --git
a/roles/journalwatch/templates/patterns
b/roles/journalwatch/templates/patterns
index db20d2da7b07c33e403fe33a6ff07f272bedab1a..2079292ee385daf072485a35fda380c7bfdbae93 100644
(file)
--- 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: 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
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 %}
{% 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 %}