Xymon Mailing List Archive search

Http through proxy server on Xymon 4.3.2

3 messages in this thread

list Nick Camaldi · Wed, 8 Jun 2011 16:17:39 -0400 ·
I had this in 4.3.0 beta2
 
* I changed the information to protect the innocent 
 
0.0.0.0         test.test.com          # noconn http://10.10.10.10:8080/http://test.test.com/
 
in Xymon 4.3.2 
 
I get:
 
Wed Jun 8 16:10:31 2011: Bad Request http://10.10.10.10:8080/http://test.test.com/ - Bad Request

HTTP/1.1 400 Bad Request
Cache-Control: no-cache
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Proxy-Connection: close
Connection: close
Content-Length: 4592

Seconds:     0.01


not sure why this is not working
list Henrik Størner · Thu, 09 Jun 2011 12:11:52 +0200 ·
quoted from Nick Camaldi
Den 08-06-2011 22:17, Nick Camaldi skrev:
I had this in 4.3.0 beta2

* I changed the information to protect the innocent

0.0.0.0 test.test.com # noconn http://10.10.10.10:8080/http://test.test.com/

in Xymon 4.3.2

I get:


      Wed Jun 8 16:10:31 2011: Bad Request
 From the 4.3.x "RELEASENOTES" file:


Changed behaviour of http testing via proxy
The Big Brother behaviour of allowing you to specify an http
(web) proxy as part of the URL in a test has been disabled
by default, since it interferes with URL's that contain
another URL as part of the URL path. If you need the Big Brother
behaviour, add "--bb-proxy-syntax" to your invocations of
bbtest-net.


Regards,
Henrik
list Nick Camaldi · Thu, 9 Jun 2011 09:02:30 -0400 ·
TY 
 
I modified tasks.cfg under [xymonnet]
 CMD xymonnet --report --ping --checkresponse --bb-proxy-syntax
quoted from Henrik Størner

 
Date: Thu, 9 Jun 2011 12:11:52 +0200
From: user-ce4a2c883f75@xymon.invalid
To: xymon at xymon.com
Subject: Re: [Xymon] Http through proxy server on Xymon 4.3.2

Den 08-06-2011 22:17, Nick Camaldi skrev:
I had this in 4.3.0 beta2

* I changed the information to protect the innocent

0.0.0.0 test.test.com # noconn http://10.10.10.10:8080/http://test.test.com/

in Xymon 4.3.2

I get:


Wed Jun 8 16:10:31 2011: Bad Request
From the 4.3.x "RELEASENOTES" file:


Changed behaviour of http testing via proxy
The Big Brother behaviour of allowing you to specify an http
(web) proxy as part of the URL in a test has been disabled
by default, since it interferes with URL's that contain
another URL as part of the URL path. If you need the Big Brother
behaviour, add "--bb-proxy-syntax" to your invocations of
bbtest-net.


Regards,
Henrik