I wrote a perl script in a SAM template that gathers information into an array and then scans through the array looking for error conditions and generates a Statistic/Message return pair based on error conditions. All is well.
Using SAM, how do you take the contents of the array that was created, or the matching contents of the text file that was also created, and display that multi line text information to a small Solarwinds window that will be part of a larger display for a specific server. The numerical value of the Statistic return variable is to determine the color of the text to be displayed in the small window.
I've looked throughSAM templates available for perl, but not to handle the above. Can anyone pass me a link to a working template for this?\
Thanks