[Nagiosplug-devel] [ nagiosplug-Bugs-2983867 ] add 'source address' option check_tcp and check_http
SourceForge.net
noreply at sourceforge.net
Thu Apr 8 15:04:31 CEST 2010
Bugs item #2983867, was opened at 2010-04-08 13:04
Message generated for change (Tracker Item Submitted) made by oernii
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=2983867&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: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ernest Beinrohr (oernii)
Assigned to: Nobody/Anonymous (nobody)
Summary: add 'source address' option check_tcp and check_http
Initial Comment:
It has been requested many times in the past, even patches were send (in 2006) but check_tcp and check_http still do not support specifieing the outgoing address.
Please add such an option is should be easy as:
- result = np_net_connect (server_address, server_port, &sd, PROTOCOL);
+ result = np_net_connect (server_address, server_port, &sd, PROTOCOL, source_address);
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=2983867&group_id=29880
More information about the Devel
mailing list