Hi,
I'm facing some issues while UnDP custom poller for Power device.
That power device have 5 interfaces but i need only 1 interface and remaining 4 needs to be removed from custom poller.
I need to use the formula like
P[dBm]= 10*log10(P[mW])
P[dBm]= 10*log10(1000*SNMPreading*10^-6*0,1)
here snmpreading value will get the automated value by the interface associated with this custom poller.
it cannot be done by transform the formula option so that i need a script or SWQL query to solve the formula.
This formula will result in dBm like 10dBm or -13dBm power value.
Please anyone to help!