how can i extract a report of all sensors i have in prtg?


Article Comments

Hi there,

Yes, this is possible. To do this, use the following API-Call:

/api/table.csv?content=sensors&columns=objid,probe,group,device,name,type&sortby=device&count=*

If you want just the sensors of a certain group, then add the following parameter together with the ID of the group:

&id=GROUP-ID

Afterwards you can open this Comma Separated Values file in Excel. To divide the data into multiple rows, just navigate to "Data > Text to Columns > Delimited > Comma".

This CSV includes all sensors of your installation together with the parent device and group.

Best regards.


Oct, 2019 - Permalink