I am trying to create a new Python sensor. This sensor should output a value based on a custom lookup file (https://www.paessler.com/manuals/prtg/define_lookups). This documentation doesn't show this function to be available in Python sensors.
I found the documentation for the CustomSensorResult function in "C:\Program Files (x86)\PRTG Network Monitor\python\Lib\site-packages\prtg\sensor\result.py". Here I also am missing a way to include this option in the JSON I present to PRTG.
Is there a way for me to make this work? Or should this be a feature request for a future release?
Add comment