I built a copy of bind-9.2.2. Pointed binary to the 9.2.2 dig. I'm still only getting data on the last host defined for DNS probing.
-----Original Message----- From: Tobias Oetiker [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:54 AM To: Obrien, Haskell W. Cc: [EMAIL PROTECTED] Subject: Re: [smokeping-users] Re: DNS probe not working properly (SOLUTION) Today Obrien, Haskell W. wrote: > Hmm. > Currently running version 1.20. > On mine, I've got 6 servers defined for DNS probing. > Only the last server's graph has any data. The first 5 are blank. > I tried this fix, but it only broke the last one as well. the problem seems to be that different versions of dig exist, and the current DNS.pm is a bit simple minded when parsing the output of dig cheers tobi > > -----Original Message----- > From: Artur Bittencourt [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 9:19 AM > To: [EMAIL PROTECTED] > Subject: [smokeping-users] DNS probe not working properly (SOLUTION) > > > Hello all, > > I would like to let you know that my DNS probes is working now. I had to > change DNS.pm line 90: > > from > push @times, (split /\s+/)[4]; > > to > push @times, (split /\s+/)[3]; > > That´s it > Thank you > > Artur Bittencourt > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/smokeping-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/smokeping-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > -- ______ __ _ /_ __/_ / / (_) Oetiker @ ISG.EE, ETZ J97, ETH, CH-8092 Zurich / // _ \/ _ \/ / System Manager, Time Lord, Coder, Designer, Coach /_/ \.__/_.__/_/ http://people.ee.ethz.ch/~oetiker +41(0)1-632-5286 -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/smokeping-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
