]> git.phdru.name Git - ansible.git/commitdiff
Update(logcheck): Add `local-git-daemon`
authorOleg Broytman <phd@phdru.name>
Mon, 21 Oct 2024 18:11:07 +0000 (21:11 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 21 Oct 2024 18:11:07 +0000 (21:11 +0300)
playbooks/roles/logcheck/files/ignore.d/local-git-daemon [new file with mode: 0644]

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 (file)
index 0000000..55933c6
--- /dev/null
@@ -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$