Gday,

Please let me know, is there a way to connect a PRTG agent via sync file communication system?

We have a lot of assychronous systems which works under Linux with UUCP and uux system. Those systems are speaking from different geo locations. What would like to do is to perform prtg agent installation and record resources from our systems like hdd status thermal sensors and all the good work of PRTG. But the location does not have 24/hour internet connection, but only file transfer or email communication. So how I will connect a central prtg server with their agents?

Thank you


Article Comments

Dear Karamelos,

PRTG does not have native sensor to communicate via the uucp protocol, but there are other ways to receive the data.

  • The best way is to setup a remote probe at the target location which will continue the monitoring even if the connection to the core server is lost. This will require a Windows machine at the site.
  • You can create a file, which is readable by PRTG, i.e. an XML file (you can find the syntax on the "Setup > PRTG API > Custom Sensors"). You could push this file to a webserver and use the HTTP XML / REST sensor. The downside is that PRTG will only be able to read the last XML file.
  • You mentioned that the file transfer works permanently, this would comfort the point above with the XML file.

Best regards, Felix


Jun, 2016 - Permalink

Thank you for your support. So if I am understanding correclty, prtg will export PRTG automatically to a specific folder and then I can transfer this xml file to an other PRTG and display the values of that? if I perform sync each 30 minutes then I will get results every 30 minutes correct ?


Jun, 2016 - Permalink

Hi,

In my example, the XML file needs to be created by the target system, the Linux device. PRTG will then read the values via the HTTP XML / Rest sensor. This is just an example, there will be several ways to achieve this. As mentioned before, installing a remote probe will be the best way to execute your own script, or use one of the native sensors.

Best regards, Felix


Jun, 2016 - Permalink