Hello
You could use an scripted input.For example, in linux, you shoud create a .sh file, with something like:
ls -lart /thepath/youwant/tomonitor | wc -l
Then the output of this script will be a number, thats the number of files in that directory. So you need to create a inputs.conf in your UF, with an script stanza calling to the .sh file at the schedule you need.
Once you have the data indexed, you only need to setup the alerts you want monitoring the values of the files.
Regards
... View more