So before we just updated our NCM to 7.5 here a few weeks ago, my NCM job outputs, with "Show commands in output" option turned on, USED TO look roughly like this for a two-command NCM job script:
===== begin
<hostname> (<ipaddr>):
-------------
<transmitted-command-1>
--------------
<output-transmitted-command-1>
--------------
<transmitted-command-2>
--------------
<output-transmitted-command-2>
===== end
With the installation of NCM 7.5, those job outputs changed to the following roughly described format. Note that the lines with hyphens on them are now missing, and the text of commands are generally indiscernible from the text of command responses.
===== begin
<hostname> (<ipaddr>):
<transmitted-command-1>
<output-transmitted-command-1>
<transmitted-command-2>
<output-transmitted-command-2>
===== end
Is there any configuration method in SolarWinds for putting the hyphen lines back, or something like it?
Barring that, is there a way from the job script to insert output into the job history/log that doesn't get transmitted to the device receiving and executing commands?