Organize Probes by Division and Groups for Better Management
As a network administrator at a large company with multiple sub-divisions, I want to organize probes into hierarchical groups by division so that I can better manage and navigate our monitoring infrastructure.
Division 1
├── Probe 1
│ ├── Group 1
│ │ ├── Device 1
│ │ │ ├── Sensor 1
│ │ │ └── Sensor 2
│ │ └── Device 2
│ └── Group 2
├── Probe 2
└── Probe 3
Division 2
├── Probe 1
├── Probe 2
└── Probe 3
-
Maxime Pixel Pixel
commented
We are an IT service provider for many companies and sometimes need to deploy multiple probes for a single client. It would be relevant to be able to group these probes together under a group named after the client. Currently, PRTG does not allow this with the existing hierarchy, which only supports groups below a probe.