[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] http tests for multiple web servers on different ports on the same host?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] http tests for multiple web servers on different ports on the same host?
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Tue, 31 Jan 2006 22:32:39 +0100
- References: <5B3853EEF769544ABD6EEC79788A063904DA3C24@EXVS2.nibco.com>
- User-agent: Mutt/1.5.9i
On Tue, Jan 31, 2006 at 02:13:38PM -0500, Kauffman, Tom wrote:
> I seem to be missing something -- maybe not enough caffiene yet today.
>
> How do I do simple response tests for multiple web servers on the same
> IP at different ports? As far as we are concerned (currently) *the* web
> server is unavailable if *either* component fails to respond.
Just list the URL's one after the other - with some white-space betweeen
each. They will all be shown in a single "http" column; if one or more
responds with an error, the entire test will show up red.
> http://whq-trextst:8071/scripts/wgate/webgui/!|http://WHQ-TREXTST.nibco.com:37105/TREXHttpServer/TREXISAPIExt.dll
0.0.0.0 www.foo.com # http://whq-trextst:8071/scripts/wgate/webgui/! http://WHQ-TREXTST.nibco.com:37105/TREXHttpServer/TREXISAPIExt.dll
should do it.
Henrik