Does anyone have any suggestions for how to make this happen:
Device 192.168.254.16 is being polled via a Dude agent with a public IP (say, 1.2.3.4)
Is there an OID to pull the IP of the polling agent, and then a function to convert the device IP's 4th octet into a 3-digit string to build a URL for the "Browse" tool?
So the "Browse" tool for this device should go to http://1.2.3.4:18016/
Device 192.168.254.17 would be http://1.2.3.4:18017/
Device 192.168.254.9 would be http://1.2.3.4:18009/
etc...
I'm sure a function could pull the Device.Firstaddress() for the pinhole number - but I can't find any OID to pull the agent's IP address.