[Nagiosplug-devel] [ nagiosplug-Patches-3294169 ] check_http: gzip deflate chunked problem
SourceForge.net
noreply at sourceforge.net
Thu Apr 28 04:24:57 CEST 2011
Patches item #3294169, was opened at 2011-04-28 10:24
Message generated for change (Tracker Item Submitted) made by pzlatcpp
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3294169&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: release-1.4.15
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: pengzhaolong (pzlatcpp)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_http: gzip deflate chunked problem
Initial Comment:
check_http can't deal with compressed data by gzip or deflate and also can't surpport chunked data. This patch add some functions to deal with the above situations. We add two parameters to commandline -d/--decompress and -X/--chunked; when users want to surpport gzip and deflate data format the can use -d; when they want to deal with chunked data they can use -X.
Plugin Version: check_http v1.4.15.23.g1bc7.dirty (nagios-plugins 1.4.15)
Exmaple Commandline: ./check_http -H www.aipai.com -p 80 -t 60 --header='Accept-Encoding: gzip,deflate' -u /hredu.html -v -d -X
Tested on Operating system: debian 6
Tested with complier: gcc 4.4.5
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397599&aid=3294169&group_id=29880
More information about the Devel
mailing list