node-care-agent
v1.0.8
Published
The node.care Agent which should be required by every node process you want to monitor.
Downloads
4
Readme
node.care Agent
The node.care Agent which should be required by every node process you want to monitor.
Install
> npm install node-care-agent --save
Usage
var nca = require('node-care-agent');
var server = http.createServer();
nca({
appKey: '<YOUR_APP_KEY>',
appSecret: '<YOUR_APP_SECRET>',
listenTo: server,
options: {
interval: 1000
}
});
server.listen(3000);
Modules
module:profiler:start
- module:profiler:started
- module:profiler:start-failed
module:profiler:stop
- module:profiler:stopped *
- module:profiler:stop-failed
module:details:request
- module:details:response *
module:git:status
- module:git:status *
module:git:pull
module:git:pulled
module:git:synced
module:git:out-of-sync
module:heapdiff:start
- module:heapdiff:started
- module:heapdiff:start-failed
module:heapdiff:stop
- module:heapdiff:stopped *
- module:heapdiff:stop-failed
module:heapdump:request
- module:heapdump:response *
module:npm:packages
- module:npm:packages *
module:npm:install
- module:npm:installed *
module:npm:uninstall
- module:npm:uninstalled *
module:npm:install-all
- module:npm:installed-all
module:npm:update-all
- module:npm:updated-all
module:process:restart
- module:process:restarting