Skip to content

File System events monitoring on Linux through the inotify Linux kernel subsystem. FSWatcher uses Pyinotify Python library for monitoring filesystem events on Linux through the inotify Linux kernel subsystem. It can monitor when a file is created, accessed, deleted, modified, etc.

License

Notifications You must be signed in to change notification settings

thefossgeek/FSWatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FSWatcher

File System events monitoring on Linux through the inotify Linux kernel subsystem. Pyinotify Python library for monitoring filesystem events on Linux through the inotify Linux kernel subsystem. It can monitor when a file is created, accessed, deleted, modified, etc.

Installation:

$ cd /opt

$ git clone https://github.com/thefossgeek/FSWatcher.git

$ cd FSWatcher

$ mv bin/fswatcherd /etc/init.d/

$ mkdir -p /var/log/FSWatcher

$ sudo service fswatcherd start

$ cat notifier.cron >> /etc/crontab

$ sudo service crond restart

further enhancement and documentation in progress.

About

File System events monitoring on Linux through the inotify Linux kernel subsystem. FSWatcher uses Pyinotify Python library for monitoring filesystem events on Linux through the inotify Linux kernel subsystem. It can monitor when a file is created, accessed, deleted, modified, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published