Hi guys,
I did a web scraping with Python, to collect metrics from a host that are only accessible by a website. I would like to show these metrics in PRTG, through the custom sensor Python script. It's possible? I tried to do it and I get an error, that the output is not compatible with the expected JSON. I used the same formatting as the Python example sensor.
This script of mine has a dependency on an application that will allow access to a web browser, and it needs to be in the same folder as the script. Can I add it to the same folder as the Python scripts in PRTG? Or could it be in another?
Add comment