diff options
Diffstat (limited to 'logcheck')
-rw-r--r-- | logcheck/ignore.d.server/bind | 5 | ||||
-rw-r--r-- | logcheck/violations.ignore.d/bind | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/logcheck/ignore.d.server/bind b/logcheck/ignore.d.server/bind new file mode 100644 index 0000000..dc932bb --- /dev/null +++ b/logcheck/ignore.d.server/bind @@ -0,0 +1,5 @@ +named\[.*\]: .*: query\(.*\) NS points to CNAME \(.*\) +named\[.*\]: NSTATS [[:digit:]]+ [[:digit:]]+ +named\[.*\]: .* All possible .* lame +named\[.*\]: zone .*: refresh: failure trying master .*: timed out +named\[.*\]: client .*: transfer of '.*': AXFR started diff --git a/logcheck/violations.ignore.d/bind b/logcheck/violations.ignore.d/bind new file mode 100644 index 0000000..2e7df84 --- /dev/null +++ b/logcheck/violations.ignore.d/bind @@ -0,0 +1 @@ +named\[.*\]: zone .*: refresh: failure trying master .*: timed out |