summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-03 08:51:01 +0200
committerErich Eckner <git@eckner.net>2019-04-03 08:51:01 +0200
commit249e20de3a6b3aaf4141711ce0e4c119e3c1f73e (patch)
tree843d60e072feffc98281bf42a306151ccc848dfd
parent2efbb44c4c781fddf506df9bf940cf81a7b2cf38 (diff)
downloadlogwatch-overrides-249e20de3a6b3aaf4141711ce0e4c119e3c1f73e.tar.xz
xntpd: some updates
-rw-r--r--xntpd3
1 files changed, 2 insertions, 1 deletions
diff --git a/xntpd b/xntpd
index d7803a9..dcd665a 100644
--- a/xntpd
+++ b/xntpd
@@ -81,6 +81,7 @@ while (defined(my $ThisLine = <STDIN>)) {
($ThisLine =~ /Listen and drop on /) or
($ThisLine =~ /Listening on routing socket on/) or
($ThisLine =~ /.* interface .* -> .*/) or
+ ($ThisLine =~ /.* local addr .* -> .*/) or
($ThisLine =~ /Deferring DNS for/) or
($ThisLine =~ /ntp_io: estimated max descriptors: \d*, initial socket boundary: \d*/) or
($ThisLine =~ /peers refreshed$/) or
@@ -88,10 +89,10 @@ while (defined(my $ThisLine = <STDIN>)) {
($ThisLine =~ /syntax error in .+ line \d+, column \d+$/) or
($ThisLine =~ /Listen normally on /) or
($ThisLine =~ /the NTP socket is in use, exiting/) or
- ($ThisLine =~ /^[0-9a-f:]+ local addr [0-9a-f:]+(%\d+)? -> (<null>|[0-9a-f:]+)$/) or
($ThisLine =~ /^Command line: /) or
($ThisLine =~ /^receive: Unexpected origin timestamp 0x[0-9a-f]+\.[0-9a-f]+ does not match aorg 0+\.0+ from server/) or
($ThisLine =~ /^kernel reports TIME_ERROR: 0x\d+: .*$/ ) or
+ ($ThisLine =~ /^(gps base|basedate) set to /) or
0 # This line prevents blame shifting as lines are added above
) {
# Ignore these