I currently am using File & Folder Details (PowerShell) to monitor a folder on a Windows machine for new files being added using Newest File Age (seconds ago)
It does not matter what the name of the file is or the type of file etc. It just looks for the most recent file and and then I have an alert setup if the newest file is over so many seconds old.
Works great.
Now I need to do the same thing on Linux. Any suggestions?
Thanks in advance.