From: Oleg Broytman Date: Mon, 21 Oct 2024 18:11:07 +0000 (+0300) Subject: Update(logcheck): Add `local-git-daemon` X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=f49b917f732149de898f7a5a6fe8f567aac1d176;p=ansible.git Update(logcheck): Add `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$