From bd5e2b04446b4eedb387a174ff700dd8ba37fd11 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Mon, 5 Feb 2024 11:42:55 +0100 Subject: [PATCH] temporary rule for knot while bug with IXFR --- files/etc/logcheck/ignore.d.server/local-knot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/etc/logcheck/ignore.d.server/local-knot b/files/etc/logcheck/ignore.d.server/local-knot index 1b9fb4c..df40004 100644 --- a/files/etc/logcheck/ignore.d.server/local-knot +++ b/files/etc/logcheck/ignore.d.server/local-knot @@ -51,3 +51,5 @@ ^(\w{3} [ :0-9]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ knot\[[[:digit:]]+\]: info: using UDP reuseport, incoming TCP Fast Open$ ^(\w{3} [ :0-9]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ knot\[[[:digit:]]+\]: notice: \[[[:alnum:].-]+\] DNSSEC, KSK submission, waiting for confirmation$ ^(\w{3} [ :0-9]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ knot\[[[:digit:]]+\]: notice: TCP, terminated inactive client, address [[:xdigit:].:@]+$ +# TEMPORARY RULES +^(\w{3} [ :0-9]{11}|[0-9T:.+-]{32}) [._[:alnum:]-]+ knot\[[[:digit:]]+\]: info: \[[[:alnum:].-]+\] IXFR, outgoing, remote [[:xdigit:].:@]+, cannot provide, fallback to AXFR$ -- 2.39.5