Hello
As I couldn’t find anything related to this in the documentation or existing github issues, I’m hoping anyone here can share some information
With some checks we are experiencing missing parts of the output.
And I can’t really figure out what is the limiting factor. Is it bytes, characters or lines?
Two example checks (run on the CLI to get the full output):
Both checks use HTML to display a table in the output.
check1: 19351 characters, 68 lines, no perfdata
– output stops at exactly 10000 characters and 36 lines
check2: 15829 characters, 45 lines, 6203 characters of perfdata
– The webinterface displayed 1815 characters (excluding the perfdata characters), 39 lines
– I have modified this check to have less linebreaks and white space and now get the whole output displayed at 13358 characters, 7 lines, same perfdata
It looks like the less lines you have, the more characters you can display.