Werk #260: Fixed incorrect formatting of checks with long output
Component | Checks & agents | ||
Title | Fixed incorrect formatting of checks with long output | ||
Date | Jan 21, 2014 | ||
Level | Trivial Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
Long output in check_mk checks was not formatted accordingly. Newlines within a checks output are now escaped correctly: \n -> \n
The incorrect formatting in previous versions could lead to missing long output texts in the monitoring core.