T
tewall
I'd like to monitor files coming to a certain directory. The idea is
that if too many or two few of a given file arrive, an email would be
sent off. What Ant tasks should I be looking at to do this?
This should be clear, but just in case it isn't, say there a file which
would match the spec "MyFilexxxx.csv" where xxxx varies. The
monitoring checks and sees that there are over 6 files in the
directory, which is too many (say 5 is the limit), so it sends out an
email stating the the monitoring condition has failed.
that if too many or two few of a given file arrive, an email would be
sent off. What Ant tasks should I be looking at to do this?
This should be clear, but just in case it isn't, say there a file which
would match the spec "MyFilexxxx.csv" where xxxx varies. The
monitoring checks and sees that there are over 6 files in the
directory, which is too many (say 5 is the limit), so it sends out an
email stating the the monitoring condition has failed.