I'm working on a separate web interface that integrates with the PRTG API which I run on my local device. My goal is to collect data from the PRTG API, then load it into a database which can be accessed by a separate panel. My question is what functionality/where do I go about creating a bot that can report simple values such as "up" or "down" through a scripting language like Python?
Article Comments
Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.
Hm you might want to take a peek at http://itakestime.github.io/phPRTG/ which does something similar. Maybe you can adopt it, despite it being written in PHP.
Nov, 2016 - Permalink