Good evening, I was wondering whether it is possible to include one or more sensors from another PRTG installation into our PRTG Monitor. I could imagine that writing and parsing XML/JSON coudl be possible but maybe there is an easier way ? Thanks for sharing teh knowledge Michaël
Article Comments
Dear Arne, Thank you for the quick reply. The aim is not to copy sensors but to retrieve their value. Our Service provider is using PRTG to prevent us from accessing their equipment directly. We can access these values through the web interface with uid/pwd or we could use the API which returns the data as well but I was hoping for an easier solution (REST or Advanced HTTP). If not then we can still use Python I guess. Thanks Michaël
Nov, 2017 - Permalink
Hello Michaël,
thank you for the clarification. PRTG's API can return CSV, XML, and JSON, but it looks like you are aware of these options. Beside the web interface, application access (Enterprise Console, or mobile app) is possible as well.
In order to get CSV or XML on a regular basis, it is possible to setup data table reports which include, beside the PDF, also the data files.
Nov, 2017 - Permalink
Dear MDC,
it is not possible to copy sensors from one PRTG server to another. However, the re-creation of configured sensors can be largely automated using device templates. The template files can be copied over to another PRTG and are then available on the new server.
Nov, 2017 - Permalink