Skip to content

Python utility for monitoring file system events across directories, logging them with IP address and timestamps.

Notifications You must be signed in to change notification settings

Igluminati/WeObserve

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeObserve

Linux server security monitor manager for Kryten

Output of python3 event_handler.py following the creation, modification and deletion of a file in the specified directory:

Received creation event - /home/krytenware/test_directory/test.txt - 2021-07-08 10:33:36.961539 - 127.0.1.1
Received modification event - /home/krytenware/test_directory/test.txt - 2021-07-08 10:33:36.962154 - 127.0.1.1
File/Directory was deleted - /home/krytenware/test_directory/test.txt - 2021-07-08 10:33:45.707429 - 127.0.1.1

About

Python utility for monitoring file system events across directories, logging them with IP address and timestamps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%