As in the title, it's super easy to monitor for file changes and alert if a file arrives in a folder.

But if I have a process that generates a file and drops it into a folder, say every 24 hours, and I want to know if that file doesn't arrive, and something could be broken on that process (and the process is an external one I have no ability to monitor itself) is that possible using the out of the box features - So something like, tell me if nothing happens in this directory for 23 hours.

I can't see anything obvious. But I'm new to PA monitor :)

Cheers

asked 27 Jun '19, 08:15

yenots's gravatar image

yenots
33
accept rate: 0%


Hi Yenots,

Thank you for using PA Server Monitor.

If you use the File Age Monitor you can use it to test the age of the files in the directory that you need to monitor. For example you could run the monitor once a day (Schedule) at a time when the file should already be there and have it check to make sure the age is newer then 1 hour, it it's not then alert. This is just one way of running your check on the file.

Thanks
Quinn

Please make sure to mark your questions accepted when you have your answer by clicking the gray check mark to the left of the answer.

link

answered 27 Jun '19, 09:31

Quinn's gravatar image

Quinn ♦♦
14.4k3925
accept rate: 35%

OK, thanks Quinn, so would that also work if the directory was empty - say for example the file generated gets processed and moved elsewhere. Meaning most of the time the folder is empty. But I'd want to know if we didn't see one in a certain time period

(27 Jun '19, 10:16) yenots

There is an option in the monitor to alert when no matching files are found.

(27 Jun '19, 11:15) Quinn ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×33
×9

Asked: 27 Jun '19, 08:15

Seen: 1,793 times

Last updated: 27 Jun '19, 11:15