Skip to content
Snippets Groups Projects
Commit c7ed6788 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

bin: Update journal-checker filter

parent c1b61b24
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,8 @@ filter() {
grep -v 'sshd\[[0-9]*\]: error: maximum authentication attempts exceeded for root from [0-9.]* port [0-9]* ssh2 \[preauth\]$' | \
grep -v 'sshd\[[0-9]*\]: error: kex_exchange_identification: banner line contains invalid characters$' | \
grep -v 'postfix/smtpd\[[0-9]*\]: warning: hostname .*[.]nbox-tv[.]priv does not resolve to address 192.168.5.[0-9]*: Name or service not known$' | \
grep -v 'sudo\[[0-9]*\]: pam_krb5(sudo:setcred): (user [a-z0-9]*) credential reinitialization in a setuid context ignored$'
grep -v 'sudo\[[0-9]*\]: pam_krb5(sudo:setcred): (user [a-z0-9]*) credential reinitialization in a setuid context ignored$' \
grep -v 'gsd-power\[[0-9]*\]: Error calling suspend action'
}
NOW=$(date +"%Y-%m-%d %H:%M")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment