1 Title: Fixed incorrect formatting of checks with long output
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.