Hello. In the "Devices" tab only shows the name of the associated devices. I would like you to show the IP address of the devices. It's possible?
Article Comments
Hello,
Thank you for your message.
If you want to open a feature request regarding this matter, please follow the procedure describe in this KB article: https://helpdesk.paessler.com/en/support/solutions/articles/76000063572-how-can-i-propose-new-features-or-sensors-for-prtg
Then, if many PRTG users are interested by this functionality, the feature would be reviewed by the development team.
Kind regards.
Dec, 2020 - Permalink
Hi there,
You can retrieve a list of all devices and their IP addresses/hostnames by using the following API-URL:
http(s)://<YOURPRTG>/sensors.htm?content=devices&columns=objid,probe,device,name,host
To get the devices for certain groups append the following parameter and enter the group's ID:
&id=<GROUP-ID>
Dec, 2016 - Permalink