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

Custom Report Filter failedreqper above 0%

Votes:

0

I have build I custom report that lists top 10 ping filters by failedreqper which works great.

<div><#report type="statstable" columns="sensor,average,minimum,maximum,failedreqper,probegroupdevice" count="10" avg="300" sortby="failedreqper" showposition="true" clgid="<@clgid>"></div>

However I don't really want to see ping sensors that have failedreqper of 0%

Is there a way to only display sensors with failedreqper gt 0%?

custom-report feature-request reporting

Created on Dec 6, 2018 12:47:56 AM



1 Reply

Accepted Answer

Votes:

0

Managed to find it

filter="filter_downtimetime=@above(0)"

<#report type="statstable" filter="filter_downtimetime=@above(0)" columns="sensor,uptime,uptimetime,goodreqper,downtime,downtimetime,maxdowntime,failedreqper,probegroupdevice" count="100" avg="3600" sortby="downtimetime" showposition="true" clgid="<@clgid>">

Created on Dec 6, 2018 6:04:31 AM




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.