From: Ralf Jung Date: Sat, 18 Aug 2018 12:12:56 +0000 (+0200) Subject: journalwatch: ignore more delays (<= 500ms) X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/bea84c76a416c2d12bc8f393bc66e288dee0d58b journalwatch: ignore more delays (<= 500ms) --- diff --git a/roles/journalwatch/templates/patterns b/roles/journalwatch/templates/patterns index 56564e6..741b4be 100644 --- a/roles/journalwatch/templates/patterns +++ b/roles/journalwatch/templates/patterns @@ -64,7 +64,7 @@ warning: [._\w-]+\[[\da-fA-F.:]+\]: SASL LOGIN 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+: {% if journalwatch is defined and journalwatch.postfix_slow | default(False) %} -warning: psc_cache_update: btree:/var/lib/postfix/[a-z_]+ update average delay is 1\d\d ms +warning: psc_cache_update: btree:/var/lib/postfix/[a-z_]+ update average delay is [1-5]\d\d ms {% endif %} _SYSTEMD_UNIT = dovecot.service