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

Attention: This article is a record of a conversation with the Paessler support team. The information in this conversation is not updated to preserve the historical record. As a result, some of the information or recommendations in this conversation might be out of date.

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