Since Inotify does not work to monitor NFS mounts I was going to use FAM. In the process of setting it up I found the line below from the docs.
"FAMMoved FAMMoved events never occur. The name remains defined so that programs that reference it will still compile."
I need to run a command when a file is moved into a monitored directory on a NFS mount. Is there no other way to do this?
Right now there is simply a cron that checks every minute. Trying to improve on that.