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

How to filter by both Sensor Type + Status

Votes:

0

Hello,

I need to create a view of all sensors of a specific type (let's say FreeDisk WMI) and their status (only ones that are down) on a single URL.

I can get a list of the first one (all sensors of a specific type) but I can't sort it further by state. How can I do that?

Thanks

list sortby view

Created on Sep 7, 2017 8:00:38 PM



1 Reply

Accepted Answer

Votes:

0

Hello there,

You can simply create a "combined" url using two filters.

Here's what I mean:

When you click on the down sensors overview, you get something like this: http(s)://your.prtg.server/sensors.htm?id=0&filter_status=5

When you go through the menu Sensors | By Type | W... | WMI Free Disk Space you see this url: http(s)://your.prtg.server/sensors.htm?filter_type=wmidiskspace

Now here's the "combined" url using both filters: http(s)://your.prtg.server/sensors.htm?id=0&filter_status=5&filter_type=wmidiskspace

In case the listed sensors do not fit on one page, you can also add this at the end of the url: &count=* This ensures to list all found sensors on one page.

Kind regards,

Erhard

Created on Sep 8, 2017 7:28:29 AM by  Erhard Mikulik [Paessler Support]

Last change on Sep 8, 2017 7:37:02 AM by  Erhard Mikulik [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.