I would like to see only sensors which are paused by user. Because I have very many paused sensors, it is not easy to find all sensors of this pausing type. Is there a way to filter the list of paused sensors for a specific type of pausing?


Article Comments

This article applies to PRTG Network Monitor 13.2 or later

Filtering Paused Sensors by their Type of Pausing

You can filter your paused sensors by editing the URL of the overview page showing all paused sensors. Just specify the filter type in the URL.

Important notice: Please note that this is a hidden feature. We cannot guarantee that it will be forever working the way as denoted below.

Steps to Go

  1. In your PRTG, call a page listing all sensors which are currently in paused state: Click on the paused sensors icon in the upper right corner or choose from the main menu Sensors | By Current Status > | Paused
  2. The URL will look like this now: https://yourprtgserver/sensors.htm?filter_status=7&filter_status=8&filter_status=9&filter_status=11&filter_status=12
  3. Note the various parameters filter_status. These parameters define which pausing type the listed sensors on this page have. For now, all filter states apply.
  4. You can delete filter states which you are no interested in (or add them again). Only paused sensors which meet the provided filter(s) will be listed. Please see the table below for the definition of available filter states.
Parameter in URLMeaning
filter_status=7Sensor paused by user (infinitely)
filter_status=8Sensor paused by dependency
filter_status=9Sensor paused according to schedule
filter_status=11Sensor paused due to license limitation
filter_status=12Sensor paused by user until a specified time

Examples

  • To list only sensors which are infinitely paused by user, delete all filters except status 7: https://yourprtgserver/sensors.htm?filter_status=7
  • To list all sensors which are paused by user—no matter if infinitely or until a specified time—, use the filter states 7 and 12: https://yourprtgserver/sensors.htm?filter_status=7&filter_status=12
  • To list all paused sensors except the sensors which are paused according to schedule, delete the filter status 9 from the URL: https://yourprtgserver/sensors.htm?filter_status=7&filter_status=8&filter_status=11&filter_status=12

This way, you can display paused sensors according to your needs.


Jun, 2013 - Permalink