Here is the write output from the Powershell script I am using. How does this need to be formed for PRTG to pick it up? I've tried looking at the other Questions and KB Articles, but I must be misunderstanding something.
Write-Host "<prtg>" "<result>" "<channel>Count</channel>" "<value>$TOOLCount</value>" "<CustomUnit>Points</CustomUnit>" "</result>" "<result>" "<channel>Active</channel>" "<value>$ACTIVECount</value>" "<CustomUnit>Points</CustomUnit>" "</result>" "</prtg>"
Add comment