All Projects → rustyJ4ck → FSMon

rustyJ4ck / FSMon

Licence: other
File system monitoring utility written in plain PHP

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to FSMon

Draxt
draxt.js – NodeList/jQuery-like package for File System (node.js)
Stars: ✭ 192 (+1500%)
Mutual labels:  utility, filesystem
Fselect
Find files with SQL-like queries
Stars: ✭ 3,103 (+25758.33%)
Mutual labels:  utility, filesystem
Rm Protection
A safe alternative for "rm".
Stars: ✭ 416 (+3366.67%)
Mutual labels:  utility, filesystem
findlargedir
find all "blackhole" directories with a huge amount of filesystem entries in a flat structure
Stars: ✭ 15 (+25%)
Mutual labels:  utility, filesystem
Zeus
🔭 A modern cross platform `ls` with powerful searching and querying capabilities to scale your productivity to the moon 🚀 (and yeah it has file explorer like capabilities too 🤫)
Stars: ✭ 75 (+525%)
Mutual labels:  filesystem
vimclip
Never type outside vim again
Stars: ✭ 70 (+483.33%)
Mutual labels:  utility
proxy-pants
Secured and reliable Proxy based utilities for more or less common tasks.
Stars: ✭ 36 (+200%)
Mutual labels:  utility
aeon
AEON is an In-place file system designed for non-volatile memories.
Stars: ✭ 13 (+8.33%)
Mutual labels:  filesystem
thanosjs
Node.js implementation of Thanos JS website.
Stars: ✭ 34 (+183.33%)
Mutual labels:  utility
tiny-zip
The missing Zip library for Java
Stars: ✭ 18 (+50%)
Mutual labels:  utility
powerlet
⚡️ Chrome Extension to quickly find and run bookmarklets
Stars: ✭ 17 (+41.67%)
Mutual labels:  utility
storage
Go package for abstracting local, in-memory, and remote (Google Cloud Storage/S3) filesystems
Stars: ✭ 49 (+308.33%)
Mutual labels:  filesystem
go-tools
A utility tool library of Golang.
Stars: ✭ 44 (+266.67%)
Mutual labels:  utility
go-mtree
File systems verification utility and library, in likeness of mtree(8)
Stars: ✭ 55 (+358.33%)
Mutual labels:  filesystem
fs-changes
A persistent file system changes monitor, backed by leveldb
Stars: ✭ 12 (+0%)
Mutual labels:  filesystem
ExecutionMaster
Windows utility for intercepting process creation and assigning standard actions to program startup
Stars: ✭ 54 (+350%)
Mutual labels:  utility
haxe-files
A haxelib for cross-platform filesystem operations.
Stars: ✭ 36 (+200%)
Mutual labels:  filesystem
utility-ai
A small Utility Ai Framework
Stars: ✭ 16 (+33.33%)
Mutual labels:  utility
multipurpose-bot
a multipurpose discord bot made with dbd.js
Stars: ✭ 32 (+166.67%)
Mutual labels:  utility
yorm
Automatic object-YAML mapping for Python.
Stars: ✭ 23 (+91.67%)
Mutual labels:  filesystem

What's this

Script allow monitor changes to files in specified directories. When changes detected, it'll notify administrator by email or/and write logs this changes.

[  modified]    /home/user/www/fs_monitor/fsmon.php       5.1 kb  28.09.2009 23:37
[       new]    /home/user/www/fs_monitor/1/sc.phps       1 kb    28.09.2009 23:09
[   deleted]    /home/user/www/fs_monitor/1/op.phps       2 kb    01.01.1970 03:00

Setup

Make sure .cache file php-writable

touch .cache
chmod g+w ./.cache

Basic Configure

See options in config.php

Run task with cron

crontab -e
0 	3 	* 	* 	* 	/usr/bin/env php -f /home/user/fsmon.php > /dev/null 2>&1 

Описание на русском

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].