Are there any available sensors that monitor the number of client connections to shared folders?


Article Comments

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