Xymon Mailing List Archive search

http tests for multiple web servers on different ports on the same host?

2 messages in this thread

list Tom Kauffman · Tue, 31 Jan 2006 14:13:38 -0500 ·
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.

Here's what my partner in crime tried:

http://whq-trextst:8071/scripts/wgate/webgui/!|http://WHQ-TREXTST.nibco.
com:37105/TREXHttpServer/TREXISAPIExt.dll 

Do we need to go with the 'content' tests to do this?

FWIW, I'm still on 4.03 RC1; I hope to do 4.<current> sometime next
week.

Tom Kauffman
NIBCO, Inc
list Henrik Størner · Tue, 31 Jan 2006 22:32:39 +0100 ·
quoted from Tom Kauffman
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