Hello,
i need to filter all my devices by the amount of their sensors. Specially in this case i need all devices with only one Ping Sensor. Is something like this possiple?
Thank you in advance for your help!
Modified on 2025-06-10 12:46:50 +0200
Hello,
i need to filter all my devices by the amount of their sensors. Specially in this case i need all devices with only one Ping Sensor. Is something like this possiple?
Thank you in advance for your help!
Not natively, but probably with PrtgAPI (PowerShell knowledge required):
Connect to the PRTG server first:
Get-Device | Where-Object {$_.TotalSensors -le 1}
Kind regards,
Stephan Linke, Tech Support Team
Jun, 2018 - Permalink