I've noticed in the most recent release of the SAM module, that when testing the Bind 9.6 or later scripts there are results, however, when you edit the script for say Incoming Queries and try to get the script output you get this message:
Get Output Failed:
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.
When you just use test I've noticed that SAM is adding the following two lines which seems to add two extra lines of output causing the Get script output to fail:
I've tested by taking the script and creating a new script monitor component and the initial Get Script Output will yield results, but subsequent attempts then result in the first message above. Does anyone have any idea how to remove those top two lines in order to see if this alleviates the issue? I've read through the perl and there's nothing in it that causes the Output and path lines to print.