Werk #5259: cmk-update-agent: Improving robustness in curl handling
| Component | Agent bakery | ||
| Title | cmk-update-agent: Improving robustness in curl handling | ||
| Date | Sep 19, 2017 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
In some cases, cmk-update-agent might abort showing the following Error: AttributeError: 'NoneType' object has no attribute 'group'
This Error only occurs when curl is used for server communications. This is the case if python-requests is not installed.
After updating Check_MK and rebaking your agents, it is also required to reinstall the Check_MK Agent on affected hosts. A workaround would be to install the Python requests module on the affected hosts.