Hello, I have a software that works with file queue. In the nominal state, the number of file in a specific directory must be equal to zero. When a new request is submitted, a file is created, then deleted when the request has been proceeded. Given this behavior, is it possible to do the following with PA Server Monitor: 1. Monitor than the amount of file in a given folder is not higher than a specified thresold 2. Monitor than the amount of file is not higher than 0 for more than a specified thresold Regards. Sylvain asked 02 Sep '13, 05:53 sylbae |
Hi Sylvain, Yes PA Server Monitor can monitor the number of files that are in a directory. The Execute Script Monitor would do that very easily. There are even some example scripts that you can use for your monitor. Thanks 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. answered 03 Sep '13, 09:07 Quinn ♦♦ |
Hi Sylvain, I use PA Monitor for this very purpose.. here is a sample VBScript that I use:
I hope this helps you. answered 18 Oct '13, 15:14 Jeffg79 |