Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 305
blob756fcbe6f7f76d1db94e63451f0522322b373f8e
1 Title: apache_status: Fixed exception when agent reports HTML code as apache-status data
2 Level: 1
3 Component: checks
4 Version: 1.2.5i1
5 Date: 1386581355
6 Class: fix
8 When the apache-status module is not enabled or the webserver is somehow missconfigured,
9 the agents HTTP request to the apache-status URL might return HTML code instead of the
10 expected textual response. Added code to detect HTML code and skip the webserver instance
11 in this case.