Fwd: Querying the SOA timers

2011-02-01 Thread Balder
On 1 February 2011 10:04,   wrote: > I once wrote a perl script for nagios plugin and posted it to the list. > Just to check both master and slave's serial number to see if they are the > same to verify the zone data in every name server is correct. Hello, Thanks for this however it would be useful

Re: Querying the SOA timers

2011-02-01 Thread pyh
I once wrote a perl script for nagios plugin and posted it to the list. Just to check both master and slave's serial number to see if they are the same to verify the zone data in every name server is correct. #!/usr/bin/perl use strict; use Net::DNS; use Getopt::Std; my %opts; getopts('hm:s

Querying the SOA timers

2011-02-01 Thread Balder
Hello, I have had a bit of a Google but I have been unsuccessful in finding an answer to this one.   We currently have bind acting as a slave server for a number of different zones.  The owners of these zones sometimes change configuration without letting us know, resulting in zones expiring.  I w