Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8288
blob409fb3712a1f2832beb9f2edec7b5cbbeb2ff6ed
1 Title: cmk-update-agent: Fixed curl HTTP error 302 Found during agent registration process
2 Level: 1
3 Component: agents
4 Class: fix
5 Compatible: compat
6 Edition: cee
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1493120786
11 Werk 8702 improved HTTP error handling with curl during agent registration process. It did not
12 take care about all the responses during the registration process. Now only the latest response
13 must be successful (HTTP 200). Other responses are login and redirect.
15 Affected systems have to fulfill two points:
16 <ul>
17   <li>Agent version installed is 1.4.0b1 or newer</li>
18   <li>Python requests module is not installed</li>
19 </ul>
21 Workaround to solve this problem is to install Python requests on the system.