Is there a way to create a custom report which will export which sensors are on specific servers selected for the report?


Article Comments

Hello,

Thank you for your message.

Regarding what you would like to achieve, I invite you to the the API of PRTG with the request below to get the list of the sensors for a specific device, and then combine the output in an Excel file.

https://PRTGSERVER/api/table.xml?content=sensors&columns=objid,name,probe,group,favorite,lastvalue,device,downtime,downtimetime,downtimesince,uptime,uptimetime,uptimesince,knowntime,cumsince,lastcheck,lastup,lastdown,minigraph,schedule,basetype,baselink,notifiesx,intervalx,access,dependency,position,status,comments,priority,message,parentid,tags,type,active&count=*&id=DEVICEID&username=PRTGUSER&passhash=PASSHASH

You can also use the Report feature of PRTG with the template List of sensors (No graphs) and the corresponding devices configured under the Select Sensors Manually tab.

If you have questions, let us know.

Regards.


Apr, 2021 - Permalink