Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 8649
blobb700170bb5c959460daa302f41ac31624b0dffac
1 Title: cmk-update-agent: Prevent using proxy for HTTP calls
2 Level: 1
3 Edition: cee
4 Component: agents
5 Compatible: compat
6 Version: 1.4.0b1
7 Date: 1482482022
8 Class: fix
10 On systems where <tt>curl</tt> is installed, the agent updater
11 is using this command to communicate with it's update server.
13 By default curl is using proxies configured via environment
14 variables http_proxy, https_proxy, etc.. Since the update server
15 is usually an internal host which is directly reachable and not
16 via proxy, we suppress the use of a proxy with the curl
17 --noproxy option.