I've written a custom python script to pull data from the Google Analytics Realtime Reporting API. The existing PRTG sensor for Google Analytics leverages the Core API so this won't work in this case (I've tested).
It has been noted in another KB post (https://kb.paessler.com/en/topic/77005-prtg-paepy-package-and-other-python-packages) ... "PRTG uses its own Python runtime ("C:\Program Files (x86)\PRTG Network Monitor\Python34"). Please make sure that you add all needed modules in the appropriate subfolder ("..\Python34\Lib\site-packages\") in order to enable PRTG to load them."
I'm looking to add the Google API Client Module to PRTG https://pypi.org/project/google-api-python-client/#files
I'm familiar with the process of installing packages to a Python installation via pip etc. But, it appears to use the PRTG python runtime I need to add the packages manually. How can I do this?
Add comment