• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

common_m4/H03-May-2022-357287

etc/H23-Apr-2012-452382

m4/H23-Apr-2012-8,3787,480

src/H23-Apr-2012-750618

BUGSH A D06-Mar-20110

COPYINGH A D06-Mar-201122.4 KiB415341

INSTALLH A D06-Mar-20110

LICENSEH A D06-Mar-201122.4 KiB415341

Makefile.amH A D22-Jun-2011159 114

Makefile.inH A D23-Apr-201223.1 KiB753661

READMEH A D09-Mar-2011411 1410

TODOH A D06-Mar-20110

aclocal.m4H A D23-Apr-201239.9 KiB1,1321,017

config.guessH A D23-Apr-201243.9 KiB1,5031,292

config.h.inH A D23-Apr-20127.4 KiB280192

config.subH A D23-Apr-201233.8 KiB1,7151,566

configureH A D23-Apr-2012430.6 KiB15,09311,739

configure.acH A D17-Feb-20121.5 KiB5039

depcompH A D23-Apr-201218.2 KiB631407

install-shH A D23-Apr-201213.3 KiB521344

ltmain.shH A D23-Apr-2012237.8 KiB8,4146,482

missingH A D23-Apr-201211.2 KiB377281

README

1This nugget uses inotify to monitor any number of file system paths
2and send any changed or created files to the dispatcher for collection.
3
4Required:
5   libinotifytools0-dev (ubuntu package)
6
7Build:
8   # Update RZB_API_PATH to point to the directory you built the api.
9   make
10
11Usage:
12   # Copy rzb.conf and update required information to point to your dispatcher
13   ./fsmonitor /monitor/path /monitor/path2
14