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 can I filter a list of sensors of a kind to show only those in a certain device or group?

Votes:

1

I only want to see sensors of a specific type in a certain group or on a dedicated device. How can I filter sensor types for groups or devices?

devices filter groups list prtg sensor-type sensors url

Created on May 17, 2013 11:51:25 AM by  Gerald Schoch [Paessler Support]

Last change on Jul 8, 2013 8:17:52 AM by  Aurelio Lombardi [Paessler Support]



1 Reply

Accepted Answer

Votes:

1

This article applies to PRTG Network Monitor 13 or later

Filtering Sensor Types Depending on Their Parent Group or Device

With PRTG you are able to control the web interface simply by calling single pages via the address field of your web browser. It is possible, for example, to call status pages of your sensors and view maps directly via the address field of your browser, or even to manipulate objects via the PRTG API.

This way, you can filter sensor types for parent groups or devices by adding a corresponding parameter to the URL on a sensor type’s overview page. This parameter denotes the ID of an object.

  • Filter sensors by type in your PRTG installation: From the main menu bar, select Sensors | By Type and choose the desired sensor type, for example, show only Ping sensors.
  • You are now on an overview page listing all sensors of the chosen type, for example, Ping sensors.
  • The URL of the page in this example is https://yourprtgserver/sensors.htm?filter_type=ping

If you would like to only list those sensors which are in a specific group, you can refine the URL further. Just add a parameter denoting the ID of this object. For example, if you want to see only Ping sensors in a group of Switches, filter for the group by providing its ID.

  • You can find the ID of any object on its Overview tab in the header bar, for example, the ID of your desired group can be denoted as ID: #1234.
  • Parameters are connected with an & sign to the URL; IDs as parameters are introduced with id=, directly followed by the ID itself.
  • In our example, show only Ping sensors in the group “Routers, Firewalls, and Switches” by adding &id=1234 to the Ping sensors overview page’s URL in your browser and hit enter.
  • The whole URL looks then like this: https://yourprtgserver/sensors.htm?filter_type=ping&id=1234

In general, the format of the URL which only shows sensors of a specific type and are in a certain group or on a dedicated device is https://yourprtgserver/sensors.htm?filter_type=sensortype&id=group_or_device_id

Type the URL directly into your web browser or first filter for the desired sensor type and add the ID parameter of the object of your interest.

Created on May 17, 2013 11:56:59 AM by  Gerald Schoch [Paessler Support]

Last change on May 17, 2013 1:26:00 PM by  Daniel Zobel [Product Manager]




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.