Monitor for presence of daily uploaded file
Posted: Wed Jun 22, 2016 11:38 am
Hello,
We have an FTP server that accepts a number of files from different offices around the globe. The frequency of the uploads varies but a basic example is something like this:
Sales : file name is Italy – YTD Sales _yyyymmdd_hhmm.xlsx every day at 08.00 AM
Items : file name is Italy-Items_yyyy.mm.dd.csv every Monday 10am
Customers : file name is Italy-Customers_yyyy.mm.dd.csv every Monday 10am
I have SSH access to the FTP server so I'd like to use that instead of going in over FTP to verify. How can I set an alert to trigger for these in the event that the file isnt uploaded by, say, 3 hours after its deadline. This would be simple for me if the file names were always the same but they differ by date and time daily. Im trying to figure out a regex pattern for this myself right now, but figured perhaps someone has done this before and could share.
Thanks for the help!
We have an FTP server that accepts a number of files from different offices around the globe. The frequency of the uploads varies but a basic example is something like this:
Sales : file name is Italy – YTD Sales _yyyymmdd_hhmm.xlsx every day at 08.00 AM
Items : file name is Italy-Items_yyyy.mm.dd.csv every Monday 10am
Customers : file name is Italy-Customers_yyyy.mm.dd.csv every Monday 10am
I have SSH access to the FTP server so I'd like to use that instead of going in over FTP to verify. How can I set an alert to trigger for these in the event that the file isnt uploaded by, say, 3 hours after its deadline. This would be simple for me if the file names were always the same but they differ by date and time daily. Im trying to figure out a regex pattern for this myself right now, but figured perhaps someone has done this before and could share.
Thanks for the help!