9 months ago
param not found error in datapoint mapping
Hello,
I am new to LogicMonitor and need some help.
I was working on creating a datasource where the groovy script returns line based output like:
QueueDepth.Queue_Name_1=24
QueueDepth.Queue_Name_2=20
The datapoints are created like:
Queue_Name_1 → Key- ##WILDVALUE##.Queue_Name_1
Queue_Name_2 → Key- ##WILDVALUE##.Queue_Name_2
However, when the data gets polled, it is unable to retrieve it:
NaN param not found in output - (method=namevalue, param=.Queue_Name_1)
Can someone please let me know what I am missing here.
Regards,
Shivam