Earlier last year I was working with one of our business units to setup a monitor to check for a file in a folder on the SFTP server and if it did not find a file in the folder within an hour configure an alert to go out. Link to what we were able to put together Assistance with using PowerShell to monitor a folder for files
Now it gets a little interesting.
They would like to monitor a folder on the SFTP server that gets a file dropped on it Saturdays at 1AM. If the file does not get dropped on the SFTP server generate an alert to go out to have them check the folder. The only time it needs to check this folder is on Saturdays at 1AM EST.
I have a SAM monitor setup that is checking the folder to see if there are any files in it and on Saturday it found one and it was green.

After looking at this I took the statistics for the monitor and adjusted so if there are any files in the folder it will show Warning or Critical. So if it finds a file it will show as Critical and if it finds nothing it will show as up.
. 
Looking for suggestions to see if anyone else has done something like this. The new curve ball to this monitor/alert is that they only want it to check on Saturday mornings at 1AM and most of my monitors and alerts are set to be on all the time. I have an additional request for another folder to check from 830PM -900 PM M-F.
If someone can point me in the right direction that would be great. Thanks!