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

Report doesn't show sensors with 100% downtime

Votes:

0

I have a report that lists all the ping sensors and their loss, etc... for the last 24 hours. For some reason though it doesn't include any sensors that have 100% downtime or loss. Also, where are the "html.reporttemplates." defined at. Like which file?

Here is the template:

<!--List of sensors: All Sensors With Stats-->
<!--5000-->
<#lang key="html.reporttemplates.title" default="Report" var="title">
<#include file="includes\reportheader.htm" varexpand="title" title=" | @title">

	<img src="/images/reportheader.png">
    <br/>
	<#objectproperty name="reportheader">


	<h2><#lang key="html.reporttemplates.uptimeworstpercent" default="All Sensors With Stats"></h2>

	<div><#report type="statstable"  columns="uptime,goodreqper,downtimetime,maxdowntime,failedreqper,probegroupdevice" count="1000" avg="3600" sortby="probegroupdevice" showposition="true"></div>

<#cropmsg>

<#objectproperty name="reportfooter">

<#include file="includes\reportfooter.htm">

downtime include not prtg report sensors

Created on Jun 28, 2010 1:30:25 AM

Last change on Jun 28, 2010 8:32:43 AM by  Daniel Zobel [Product Manager]



1 Reply

Accepted Answer

Votes:

0

The reason might be that you used 'uptime' and 'downtimetime', but not 'uptimetime' and 'downtime' in the columns of your template.

Created on Jul 7, 2010 3:35:35 PM by  Torsten Lindner [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.