From f49b917f732149de898f7a5a6fe8f567aac1d176 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 21 Oct 2024 21:11:07 +0300 Subject: [PATCH] Update(logcheck): Add `local-git-daemon` --- playbooks/roles/logcheck/files/ignore.d/local-git-daemon | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 playbooks/roles/logcheck/files/ignore.d/local-git-daemon diff --git a/playbooks/roles/logcheck/files/ignore.d/local-git-daemon b/playbooks/roles/logcheck/files/ignore.d/local-git-daemon new file mode 100644 index 0000000..55933c6 --- /dev/null +++ b/playbooks/roles/logcheck/files/ignore.d/local-git-daemon @@ -0,0 +1,3 @@ +^[0-9]{4}-[0-9]{2}-[0-9]{2}T[ .:+0-9]+ [._[:alnum:]-]+ git-daemon\[[0-9]+\]: read error: Connection (reset by peer|timed out)$ +^[0-9]{4}-[0-9]{2}-[0-9]{2}T[ .:+0-9]+ [._[:alnum:]-]+ git-daemon\[[0-9]+\]: protocol error: bad line length character: +^[0-9]{4}-[0-9]{2}-[0-9]{2}T[ .:+0-9]+ [._[:alnum:]-]+ git-daemon\[[0-9]+\]: the remote end hung up unexpectedly$ -- 2.39.5