Skip to content

Watch recursively files by regex in directories and post modifications as event to Datadog

License

Notifications You must be signed in to change notification settings

pawel-dubiel/file-watcher-dog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-watcher-dog

Watch recursively files by regex in directory and post modifications as event to Datadog

Installation

npm install @paweldubiel/file-watcher-dog

Usage

const file_watcher_dog = require('@paweldubiel/file-watcher-dog');


let monitors_regex = ['.htaccess', '*.php'];
file_watcher_dog('/path/', datadog_api_key, monitors_regex);

About

Watch recursively files by regex in directories and post modifications as event to Datadog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published