Are there any available sensors that monitor the number of client connections to shared folders?
Sensor for number of client connections to shared folders
Modified on 2025-06-10 21:28:37 +0200
Disclaimer:
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.
As far as I know there is no sensor implemented in PRTG. But you can easily write a custom sensor to get your data in PRTG.
The Powershell command to get the data would be:
get-SmbShare -name *sharedfoldername* | Select currentusers
Regards
May, 2017 - Permalink