Hi,
The most simple way woud be to download the NetworkFileCount sensor from http://prtgtoolsfamily.com/downloads/sensors
This sensor returns the number of files available on a server\share.
Parameters:
-f= The name of the folder that needs to be checked in a \\server\share format.
If the foldername contains white spaces, enter the foldername between " ".
-u= Optional the name of the user account that can access the share.
-p= Optional the password or passhash(*) of the user account that can access the share.
-t= Optional the minimum number of minutes a file has to be old before it is counted.
-s= Optional the search pattern to be used (i.e. *.txt).
-sub Optional switch to include subfolders.
-tiw Optional, in combination with the -t= parameter, creates a time window between the current time and xx minutes ago.
Only files created in that period are counted.
Add comment