mrkschan / nginxbeat

Superseded by https://github.com/elastic/beats/tree/master/metricbeat
Apache License 2.0
58 stars 7 forks source link

Add socks5 support #43

Closed mrkschan closed 8 years ago

mrkschan commented 8 years ago

This patch enables nginxbeat to contact Nginx via HTTP / SOCKS5 proxy. The proxy URL can be specified with http_proxy, https_proxy, and all_proxy environment variables.

Close #42