Re: Fwd: More named stuff
MrC <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks Orion, Commited, Revision 1.56. MrC Kirk Bauer wrote: > Hopefully this message gets through... > > ---------- Forwarded message ---------- > From: *Orion Poplawski* <[email protected] <mailto:[email protected]>> > Date: Aug 27, 2007 1:39 PM > Subject: More named stuff > To: [email protected] <mailto:[email protected]> > > The following messages: > > Aug 26 20:00:11 saga named[3752]: zone cora.nwra.com/IN > <http://cora.nwra.com/IN>: notify from > 192.168.0.8#33734: zone is up to date > Aug 26 20:00:11 saga named[3752]: zone colorado-research.com/IN > <http://colorado-research.com/IN> : notify > from 192.168.0.8#33734: zone is up to date > Aug 26 20:00:11 saga named[3752]: zone co-ra.com/IN > <http://co-ra.com/IN>: notify from > 192.168.0.8#33734: zone is up to date > Aug 26 20:00:11 saga named[3752]: zone 0.168.192.in-addr.arpa/IN: notify > from 192.168.0.8#33734: zone is up to date > Aug 26 20:00:11 saga named[3752]: zone 2.168.192.in-addr.arpa/IN: notify > from 192.168.0.8#33734: zone is up to date > Aug 26 20:00:11 saga named[3752]: zone 1.168.192.in-addr.arpa/IN: notify > from 192.168.0.8#33734: zone is up to date > > result in: > > --------------------- Named Begin ------------------------ > > **Unmatched Entries** > zone 0.168.192.in-addr.arpa /IN: notify from 192.168.0.8#33734: zone > is up to date: 1 Time(s) > zone 1.168.192.in-addr.arpa/IN: notify from 192.168.0.8#33734: zone > is up to date: 1 Time(s) > zone 2.168.192.in-addr.arpa/IN: notify from 192.168.0.8#33734: zone > is up to date: 1 Time(s) > zone co-ra.com/IN <http://co-ra.com/IN>: notify from > 192.168.0.8#33734: zone is up to > date: 1 Time(s) > zone colorado-research.com/IN <http://colorado-research.com/IN>: > notify from 192.168.0.8#33734: zone > is up to date: 1 Time(s) > zone cora.nwra.com/IN <http://cora.nwra.com/IN>: notify from > 192.168.0.8#33734: zone is up to > date: 1 Time(s) > > ---------------------- Named End ------------------------- > > This fixes: > > --- /data/sw1/test/named 2007-08-27 14:29:26.000000000 -0600 > +++ files/earth/usr/share/logwatch/scripts/services/named > 2007-08-27 14:38:10.000000000 -0600 > @@ -236,6 +236,8 @@ > $ZoneRemoved{$Zone}++; > } elsif ( ($Zone) = ( $ThisLine =~ /received notify for zone > '(.*)'/ ) ) { > $ZoneReceivedNotify{$Zone}++; > + } elsif ( ($Zone) = ( $ThisLine =~ /zone (.*): notify from .* up to > date/ ) ) { > + $ZoneReceivedNotify{$Zone}++; > } elsif ( ($Host) = ( $ThisLine =~ /([^ ]+) has CNAME and other > data \(invalid\)/ ) ) { > push @CNAMEAndOther, $Host; > } elsif ( ($File,$Line,$Entry,$Error) = ( $ThisLine =~ > /dns_master_load: ([^:]+):(\d+): ([^ ]+): (.+)$/ ) ) { > > -- > Orion Poplawski > Technical Manager 303-415-9701 x222 > NWRA/CoRA Division FAX: 303-415-9702 > 3380 Mitchell Lane [email protected] > <mailto:[email protected]> > Boulder, CO 80301 http://www.cora.nwra.com > > > > -- > Kirk Bauer <[email protected] <mailto:[email protected]>> > http://linux.kaybee.org | www.logwatch.org <http://www.logwatch.org> > Author, Automating UNIX & Linux Administration > > > ------------------------------------------------------------------------ > > _______________________________________________ > Logwatch-Devel mailing list > [email protected] > http://www2.list.logwatch.org:81/mailman/listinfo/logwatch-devel