[hobbit] DNS errors when performing http test
Henrik Stoerner
henrik at hswn.dk
Mon Jan 23 22:02:45 CET 2006
On Mon, Jan 23, 2006 at 02:52:42PM -0500, David Gilmore wrote:
> I keep getting DNS errors when performing the HTTP test against two W2k3
> servers. They are sporadic, and they recover almost immediately. I am
> using http://host.domain.local for internal DNS structure. Is this the
> problem? No other HTTP test are failing, such as checking company website.
DNS failures mean just that - the DNS lookup for "host.domain.local"
failed.
Note that Hobbit will perform a DNS lookup of the hostname in the URL,
regardless of what host this status is reported for. E.g.
10.0.0.1 myserver.foo.com # http://www.foo.com/
will do a DNS lookup of "www.foo.com" to get the IP-address for the
http tests. The "testip" flag has no effect on http tests; if you
want to force an http test to use a specific IP-address (and hence
avoid the DNS lookup), you can do it like this:
10.0.0.1 myserver.foo.com # http://www.foo.com=192.168.1.7/
This will make the http tests use the 192.168.1.7 address.
Regards,
Henrik
More information about the Xymon
mailing list