From 9b24942dafb5012805aec8cf06759ac13bdea3d5 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 18 Aug 2019 21:13:00 +0300 Subject: [PATCH] Feat(logcheck/kernel): Ignore `ncpfs: ncp_evict_inode: could not close` --- playbooks/debian/roles/logcheck/files/ignore.d/local-kernel | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/debian/roles/logcheck/files/ignore.d/local-kernel b/playbooks/debian/roles/logcheck/files/ignore.d/local-kernel index ef5d226..d200924 100644 --- a/playbooks/debian/roles/logcheck/files/ignore.d/local-kernel +++ b/playbooks/debian/roles/logcheck/files/ignore.d/local-kernel @@ -1,5 +1,6 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] CIFS VFS: Server [0-9.]+ has not responded in 120 seconds\. Reconnecting\.\.\. ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] Peer [0-9.:/]+ unexpectedly shrunk window [0-9]+:[0-9]+ \(repaired\)$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] TCP: request_sock_TCP: Possible SYN flooding on port [0-9]+\. Sending cookies\. Check SNMP counters\. +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] ncpfs: ncp_evict_inode: could not close ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] net_ratelimit: [0-9]+ callbacks suppressed$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] perf: interrupt took too long -- 2.39.2