p...@mail.nsbeta.info writes:
I wrote a nagios plugin for monitoring the status of master/slave DNS.
Just to check if their serial number is the same. The script shows
below,thanks for all your directions.
#!/usr/bin/perl
use strict;
use Net::DNS;
use Getopt::Std;
my %opts;
getopts('hm:
I wrote a nagios plugin for monitoring the status of master/slave DNS.
Just to check if their serial number is the same. The script shows
below,thanks for all your directions.
#!/usr/bin/perl
use strict;
use Net::DNS;
use Getopt::Std;
my %opts;
getopts('hm:s:z:', \%opts);
if ($opts{'h'}) {
Hi Rick,
thx a lot for the hint. In fact it is Microsoft Knowledge Base article
977158.
Regards
Holger
Am 06.01.2011 15:03, schrieb Rick Coloccia:
> There a patch from MS for using non-ms dns. I don't know exactly where
> to point you, but if you're not using MS DNS you need the patch. I
> n
3 matches
Mail list logo