[Nagiosplug-devel] [ nagiosplug-Patches-3414894 ] check_http: add CONNECT method

SourceForge.net noreply at sourceforge.net
Wed Sep 4 23:32:41 CEST 2013


Patches item #3414894, was opened at 2011-09-28 01:21
Message generated for change (Settings changed) made by hweiss
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3414894&group_id=29880

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Enhancement
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Duncan Ferguson (duncan_ferguson)
>Assigned to: Holger Weiss (hweiss)
Summary: check_http: add CONNECT method

Initial Comment:
Add 'CONNECT' method to chek+http

Patch taken from http://nagios.frank4dd.com/howto/monitor-ssl-websites-through-proxy.htm and reworked slightly for nagios-plugins-1.4.15

The arguments will be

check_http_new  -I <proxy> -p <proxy-port> -u <check-url> -S(sl) -j CONNECT -H <webserver>

A suggested test would be

check_http_new -I <proxyname> -p <proxyport> -u https://www.verisign.com/ -S -j CONNECT -H www.verisign.com

This has been tested by one of our Opsview customers and works as expected

  Duncs

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3414894&group_id=29880




More information about the Devel mailing list