<div>Kind of on the same topic, I noticed in my bbtest column:</div>
<div> </div>
<div>DNS statistics:<br># hostnames resolved  :       78<br># succesful           :       76<br># failed              :        2</div>
<div> </div>
<div>Is there a logfile I can look at to see which 2 failed DNS lookups?</div>
<div> </div>
<div>-Jeff<br><br> </div>
<div><span class="gmail_quote">On 1/23/06, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Mon, Jan 23, 2006 at 02:52:42PM -0500, David Gilmore wrote:<br>> I keep getting DNS errors when performing the HTTP test against two W2k3
<br>> servers.  They are sporadic, and they recover almost immediately.  I am<br>> using <a href="http://host.domain.local">http://host.domain.local</a> for internal DNS structure.  Is this the<br>> problem?  No other HTTP test are failing, such as checking company website.
<br><br>DNS failures mean just that - the DNS lookup for "host.domain.local"<br>failed.<br><br>Note that Hobbit will perform a DNS lookup of the hostname in the URL,<br>regardless of what host this status is reported for. 
E.g.<br><br>  <a href="http://10.0.0.1">10.0.0.1</a>   <a href="http://myserver.foo.com">myserver.foo.com</a>  # <a href="http://www.foo.com/">http://www.foo.com/</a><br><br>will do a DNS lookup of "<a href="http://www.foo.com">
www.foo.com</a>" to get the IP-address for the<br>http tests. The "testip" flag has no effect on http tests; if you<br>want to force an http test to use a specific IP-address (and hence<br>avoid the DNS lookup), you can do it like this:
<br><br>  <a href="http://10.0.0.1">10.0.0.1</a>   <a href="http://myserver.foo.com">myserver.foo.com</a>  # <a href="http://www.foo.com=192.168.1.7/">http://www.foo.com=192.168.1.7/</a><br><br>This will make the http tests use the 
<a href="http://192.168.1.7">192.168.1.7</a> address.<br><br><br>Regards,<br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk
</a><br><br><br></blockquote></div><br>