I want to get the availability percentage report for all sensors in CSV, is that possible?


Article Comments

Hello Diego,

Thank you for your message.

You should get a list of all the sensors including their uptime with the following API call:

https://{PRTGServer}/api/table.csv?content=sensors&columns=sensor,uptime&count=3000&username={username}&passhash={passhash}

Please, change the values according to the configuration of your server.

Let us know if it's what you were looking for.

Kind regards.


Oct, 2020 - Permalink

Thanks for the reply,

What I want to know is if there is a way to get the availability percentage of all the devices in my PRTG per specific month.


Oct, 2020 - Permalink

Hello Diego,

To generate a report based on your need, you can use the report feature in PRTG and select all the sensors/devices and filter with the tags pingsensor (or snmpuptimesensor) as you desired.

Reports can be configured to generate CSV files of the data for each device also, however this is only available for reports which use templates with data tables.

Please, have a look to the manual of the reports in PRTG: https://www.paessler.com/manuals/prtg/reports


Oct, 2020 - Permalink