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
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
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
3 matches
Mail list logo