Been picking my brain here for a bit on this issue and don't seem to be getting anywhere. We have an image import application that is monitoring 100+ folders on our network. Each one of those folders corresponds to a specific branch that's uploading documents for our application to process. This auto import should run every 5 minutes. I'm trying to set up polling and an alert that will monitor those folders and let me know if any .tif file in the folder exists for longer than 15 minutes. This will let me know the import failed on that specific document.
I currently am looking at trying to modify Custom Windows File Age and Count Monitor.apm-template however am unfamiliar with vbscript. The failing I have is it's only looking at 1 folder and none of its subfolders. I could create a template and have individual monitors looking at each specific folder on the share. However in interest of speed would rather not spend a weekend creating individual monitors.
Is it possible to either use this, or the file age monitor to look at a directory AND all sub-folders? Or has anyone implemented something different for the same end game?
Thanks in advance!