summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-24 06:23:56 +0100
committerErich Eckner <git@eckner.net>2020-02-24 06:23:56 +0100
commitac9a8945284f9fd4e6a721c3010eedef01fd43fc (patch)
tree04d7f5512b208fbbd9cd1920601508a989db4567
parent95cd1e213fe76b17f56f8808968d6b6c4b9c5908 (diff)
downloadlogwatch-overrides-ac9a8945284f9fd4e6a721c3010eedef01fd43fc.tar.xz
named: fix regex, undo 95cd1e213fe76b17f56f8808968d6b6c4b9c5908
-rw-r--r--named4
1 files changed, 2 insertions, 2 deletions
diff --git a/named b/named
index 19cdc91..52d5fb0 100644
--- a/named
+++ b/named
@@ -80,8 +80,8 @@ while (defined($ThisLine = <STDIN>)) {
($ThisLine =~ /recvfrom: No route to host/) or
# Be sure to catch: transfer of 'zone' from IP#53: failed to connect: timed out
# not exact just triggers a full transfer
- ($ThisLine =~ /^(client \S+ [0-9.]+#\d+ \(\S+\): )?transfer of .*: (IXFR|AXFR(|-style IXFR) (started|ended)|connected using|Transfer completed|failed while receiving responses: not exact)/) or
- ($ThisLine =~ /transfer of \S+: (Transfer status: (timed out|host unreachable|connection reset|connection refused|success|REFUSED|SERVFAIL|up to date|end of file)|resetting|giving up: timed out)/) or
+ ($ThisLine =~ /^(client \S+ [0-9a-f:.]+#\d+ \(\S+\): (view \S+: )?)?transfer of .*: (IXFR|AXFR(|-style IXFR) (started|ended)|connected using|Transfer completed|failed while receiving responses: not exact)/) or
+ ($ThisLine =~ /^transfer of \S+ from \S+: (Transfer status: (timed out|host unreachable|connection reset|connection refused|success|REFUSED|SERVFAIL|up to date|end of file)|resetting|giving up: timed out)/) or
($ThisLine =~ /using \d+ CPU/) or
($ThisLine =~ /loading configuration/) or
($ThisLine =~ /command channel listening/) or