When creating an enumeration map to modify raw data that is fed via a custom interface poller, is there a way to use wildcards in the map?
For instance, a raw value that I receive may be 289 but the actual value is 28.9 so I would map 289 to 28.9, but with this poller applied to over 1300 interfaces, I would need to make a map for every possible number from about 10.1 to 39.9
Chad