AdamM Sorry for double reply but I'm curious if you know if a tool I want exists. I haven't found anything for linux asside from features in expensive and heavy server managment services.
Basically I want a web GUI tool that displays a log of directory changes in realtime and historically.
I'm aware of inotify, incron and this library https://pythonhosted.org/watchdog/ which is probably what such a tool would rely on.
As an example, I would like to open the webpage and see website directory changes in realtime or view logs from between 2 and 5pm yesterday. If the search/filter function was good, it could be useful for troubleshooting updates, user error, malware removal and forensics.
Do you know of anything like this that already exists?
Do you think this would be worth adding such functionality to enhance?