Figaro, Henrik,
thanks!!
I tried the debugging, and found the misconfiguration of dns servers.
also, the mismatch of the number (bb-hosts and dns-queries) was due to
a line in the bb-hosts;
:
1.2.3.4 host.hoge.com # http://www.hoge.com/
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
there is 152 IPs, and 153 HOSTs.
-Keio
On Tue, 27 Sep 2005 08:21:45 +0000 (UTC)
Henrik Storner <user-ce4a2c883f75@xymon.invalid> wrote:
In <user-2b9bc0d84ec7@xymon.invalid> "FIGARO Nicolas" <user-a732b870264c@xymon.invalid> writes:
You should have some infos in the logfile. (bb-network.log)
Add a --debug to this line and restart hobbit for more infos :
CMD bbtest-net --report --ping --checkresponse
Run hobbit.sh reload afterwards and check the bb-network.log.
If you only need to run bbtest-net once to get the debug output,
you can do it by hand through the "bbcmd" utility:
bbcmd bbtest-net --report --ping --checkresponse --debug
To get the failing DNS lookup, look for a "DNS lookup failed" message.
Henrik
On Tue, 27 Sep 2005 10:01:07 +0200
"FIGARO Nicolas" <user-a732b870264c@xymon.invalid> wrote:
I forgot to give the name of the config file for the debug extra option : ~hobbit/server/etc/hobbitlaunch.cfg.
Nicolas Figaro
-----Message d'origine-----
De : FIGARO Nicolas [mailto:user-a732b870264c@xymon.invalid] > Envoy$Bq(B: mardi 27 septembre 2005 09:57
$B%?(B : user-ae9b8668bcde@xymon.invalid
Objet : [hobbit] RE : [hobbit] dns query failed?
Hi, > > You should have some infos in the logfile. (bb-network.log)
Add a --debug to this line and restart hobbit for more infos :
CMD bbtest-net --report --ping --checkresponseRun hobbit.sh reload afterwards and check the bb-network.log. > > Nicolas Figaro > > > -----Message d'origine-----
De : Keio Oyama [mailto:user-c2784ffecbf0@xymon.invalid]
Envoy$Bq(B: mardi 27 septembre 2005 09:51
$B%?(B : user-ae9b8668bcde@xymon.invalid
Objet : [hobbit] dns query failed?
Hi,
I have 152 hosts in the bb-hosts file.
And the bbtest reports,
Statistics:
Hosts total : 152
Hosts with no tests : 0
Total test count : 213
Status messages : 214
Alert status msgs : 0
Transmissions : 4
DNS statistics:
# hostnames resolved : 153
# succesful : 152
# failed : 1
# calls to dnsresolve : 213
:
Was hostname lookup attempted against 153 hosts?
If so, is there any way (logs or something) to find out the
failed host?
Thanks,
keio