I've put a powershell Advanced script in prtg but keep getting the output: missing prtg. The script works fine in powershell. The script contains a string to run C# code to make a Http request and should return a xml string with channel values. (see example output)
example output:
<prtg><result><channel>Loading time</channel><Value>20</Value></result></prtg>
After a run on prtg , the log outputs are empty. I also tried setting the unrestricted and remotesigned settings. What else can I do?
Add comment