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

Filter sensors in custom reports

Votes:

0

Hello all,

We just started with PRTG and we are very happy with it.

I have an question about custom reports. I'm building a custom report based on the "stats loop hilo" template. I create a couple of tables in this report where I want to show a top 10 of highest CPU load, memory load, etc. The problem is that I don't get the specific sensor data in the specific table. How can I filter on forinstance the cpuloadsensor in the first table so it will show only the top 10 highest CPU load?

<div><#report type="statstable" filter="cpuloadsensor" columns="sensor,average,minimum,maximum,device" count="10" avg="3600" sortby="average" showposition="true" clgid="<@clgid>"></div>

I tried a lot of different things but nothing works so far. Can anyone point me in the right direction?

Thanks a lot!

custom reports sensor

Created on May 30, 2017 7:49:53 AM



2 Replies

Accepted Answer

Votes:

0

Hi there,

This is possible by using the following filter, just change the tag of the sensor group accordingly:

filter="filter_tags=@tag(cpuloadsensor)"

The entire line should then look like:

<div><#report type="statstable" filter="filter_tags=@tag(cpuloadsensor)" columns="sensor,average,minimum,maximum,device" count="10" avg="3600" sortby="average" showposition="true" clgid="<@clgid>"></div>

Created on May 30, 2017 9:10:18 AM by  Dariusz Gorka [Paessler Support]



Votes:

0

Thanks a lot Dariusz, that was the trick!

Created on May 30, 2017 9:18:22 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.