Voici la traduction en anglais, avec les fautes corrigées :
Hello,
I'm new to using SolarWinds and THWACK. I wanted to know if there's a way to apply the natural logarithm (or base-10 logarithm) to a custom poller. I have power values returned by an OID in milliwatts (mW), and I'd like to convert them to dBm using the formula:
dBm = 10 * log10(mW)
I also considered using SWQL to convert the mW values to dBm, but it seems the SQL LOG
function is not supported in SWQL.
Could you please help me with this?
Regards