24 Jan
2014
24 Jan
'14
7:22 a.m.
Am 23.01.2014 15:07, schrieb henrik at hswn.dk:
...
So the solution is simple: Change the xymonclient-linux.sh script that generates the client data. Near the end of the script is where 'top' runs, so add a blank line to the output right after top:
if test -x "$TOP" then echo "[top]" $TOP -b -n 1 # Some top's (OpenSUSE 13.1) do not output a final newline ... echo "" <---- add this line fi
Works.
Thank you. Hermann-Josef Beckers