Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 260
blob6e34f347e8fc3a680890c08fb98bcab1f8e21841
1 Title: Fixed incorrect formatting of checks with long output
2 Level: 1
3 Component: checks
4 Class: fix
5 State: unknown
6 Version: 1.2.5i1
7 Date: 1390322620
9 Long output in check_mk checks was not formatted accordingly.
10 Newlines within a checks output are now escaped correctly: \n -> \\n
12 The incorrect formatting in previous versions could lead to missing long output texts in the monitoring core.