What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Reports on Sensors down over 24 Hours

Votes:

0

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

24hour prtg reports

Created on Sep 30, 2013 3:38:50 PM



1 Reply

Votes:

0

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.

Created on Oct 1, 2013 8:27:34 AM by  Konstantin Wolff [Paessler Support]

Last change on Aug 7, 2018 8:26:45 AM by  Brandy Greger [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.