I am getting the following error in Powershell SAM even though my output is limited to 10 items:
"A maximum of 10 output pairs can be monitored per script monitor. You currently have 10 pairs defined and are trying to generate more, bringing the total above the allowed 10. Processing will not start until existing statistics are disabled or removed."
The script I'm running does a final SELECT of 10 values and outputs them using "| select -First 10 |" in my script. Anyone have a work around for DYNAMIC output? I don't know what Solarwinds is using to determine the number of output values...
This script is working on several servers but some are failing with this error.