We have several devices which require translations, for example a device multiplies the real value by 10 to avoid floating point issues, so I then add a translation to convert back to the original floating point value.We then have to add both custom pollers to the device to view the result, we hide the original from the view but it still has to be added to the device. We then to alerting based on a custom threshold. At this point it starts to get a bit confusing as to the value that should be compared.
Would it be possible to add an option to the original custom poller to carry out a transformation on the polled value?