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