We want to run a report to display all sensors down for a period longer than 24 hours.

How do we go about doing this?

Wizard


Article Comments

Hi,
there is no standard report for this. You will have to use the PRTG API to get the data. An example API call which will return all sensors down for more than 24 hours in JSON notation can be found below:

/api/table.json?content=sensors&output=json&columns=objid,downtimesince&filter_status=5&filter_downtimesince=@above(86400)

Please see also the API Documentation.


Oct, 2013 - Permalink