Hi guys, we have a linux server that runs some polling for our VOIP systems and returns them in PRTG ready xml, how do i create the custom script on the probe to pull these xml files from the remote system?

kindest Samuel


Article Comments

Hi Sam,

It should be as simple as the following:

$prtgOutput = (Invoke-WebRequest -Uri <url-to-your- voip-endpoint>).Content

Write-Host $prtgOutput

Kind regards,
Stephan Linke, Tech Support Team


May, 2018 - Permalink