0.0.41 • Published 6 years ago

@paweldubiel/file-watcher-dog v0.0.41

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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);
0.0.41

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago