What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Custom sensor that reads remote xml

Votes:

0

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

custom-sensor remote-registry xml

Created on May 21, 2018 12:09:58 PM



1 Reply

Votes:

0

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

Created on May 21, 2018 12:18:00 PM by  Stephan Linke [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.