I want to use a group of devices in my the status donut. When I click on the status icon on the right to see details, it gives me a list of all the devices in our environment. How can I limit it to only the devices in a group?


Article Comments

Hi there,

This seems to be a bug. As a workaround, you can add the external link:

YourPRTGWebServer/sensors.htm?id=YourGroupID&filter_status=5

The disadvantage of this workaround is that only this link can be used. So if you click on "Acknowledge" Sensor, only the "Down" will be displayed. However, you can also adjust the API call so that both is displayed:

YourPRTGWebServer/sensors.htm?id=YourGroupID&filter_status=5&filter_status=13


Sep, 2020 - Permalink

Thanks. I will try that. How can I find the Group ID?


Sep, 2020 - Permalink

The group ID is mentioned in the URL if you click at the certain group in the PRTG Web Interface.


Sep, 2020 - Permalink

Thanks. That did it.


Sep, 2020 - Permalink