From: Oleg Broytman Date: Mon, 22 Jun 2020 11:09:08 +0000 (+0300) Subject: Feat(logcheck): Ignore a kernel message from `systemd-udevd` X-Git-Url: https://git.phdru.name/?p=ansible.git;a=commitdiff_plain;h=c222e6f64c97cacf0e419673662492f0b9602511 Feat(logcheck): Ignore a kernel message from `systemd-udevd` --- diff --git a/playbooks/roles/logcheck/files/ignore.d/local-kernel b/playbooks/roles/logcheck/files/ignore.d/local-kernel index 4f95eaf..aa40baf 100644 --- a/playbooks/roles/logcheck/files/ignore.d/local-kernel +++ b/playbooks/roles/logcheck/files/ignore.d/local-kernel @@ -1,3 +1,4 @@ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: <1054>\[[ 0-9.]+\] systemd-udevd\[[0-9]+\]: link_config: autonegotiation is unset or enabled, the speed and duplex are not writable\. ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[ 0-9.]+\] CIFS VFS: SMB signature verification returned error ^\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.]+\] CPU[0-9]: (Core|Package) temperature above threshold, cpu clock throttled \(total events = [0-9]+\)$