Hi Daniel,
If these devices / sensors do not have a custom tag assigned, the best approach would be to create a list of sensors and sort it by type Sensors > By Type > S > SNMP Disk Free. You can then click the column name and sport it by Probe / Group Name to then use the Multi Edit function via the GUI.
I understand that this is cumbersome as changing the serial number is not an every day task which PRTG needs to regularly adopt to.
We recommend to not go for so many WMI sensors, as it's a very sluggish procedure and a bottleneck in terms of performance. For the specific disks, the name as well as the device ID are considered. You can get the values via this command:
Select
DriveType, DeviceID, FreeSpace, Size, VolumeName
FROM
Win32_LogicalDisk
WHERE
DriveType=3
I cannot yet tell if this will change in the future, but you can follow these steps to request a new feature / improvement for future versions of our software: Feature Request.
Kind regards,
Felix Saure, Tech Support Team
Add comment