2 years ago
Data for groovy script in complex datapoint
Hi
I have a question regarding using data in complex datapoint.
Long story short - I need to use base-10 logarithm for some calculation - in complex datapoint I can use only log function so my idea is to use groovy script and then I can use Math.log10
DS is using SCRIPT for discovery method and another groovy script is collecting attributes/data.
I would like to use data which is displayed in Normal datapoints (##WILDVALUE##.something).
Is there any smart way to process/get that data in complex datapoint groovy script ? (without pooling device again as it is already done in "Collector Attributes")