I have an XML document with a list of devices which are known to PRTG and some data about them.
For instance, this XPath query works fine: Node *[node_name='ORP020']loss_avg
and returns the value 3.389831e-03 for the node names ORP020
However, this value is not being parsed by PRTG as a scientic notation number. Can I parse it within the sensor, or do I need to go back to my raw data and arrange for it to output the number is standard decimal format?
Add comment