Good afternoon,
I'm creating the new PRTG server for my company and I've got a litlle problem about how to organize my sensors.
First of all I've to define two different kind of sensors: VIP and normal. Normal sensors follow a schedule that let them run only from 8am to 8pm; VIP sensors run 24h;
Another important thing is that I need to see all the VIP sensors in a map, using a sunburst or a treemap object.
My current structure is: Remote_Probe1 > Server1 >>> Server1_Sensor1 (with normal schedule) >>> Server1_Sensor2 (with normal schedule) >>> Server1_Sensor3 (with VIP schedule) >>> Server1_Sensor4 (with normal schedule)
Remote_Probe2 > Server2 >>> Server1_Sensor1 (with normal schedule) >>> Server1_Sensor2 (with VIP schedule)
How can I show all the VIP scheduled sensors in a single Sunburst/Treemap object? I see that I can add tags, but I can't use them to filter the sensors shown in the sunburst/treemap, is there a way to achieve this?
Add comment