1.0.8 • Published 8 years ago

node-care-agent v1.0.8

Weekly downloads
4
License
GPL-3.0
Repository
github
Last release
8 years ago

Build Status Code Climate Test Coverage David

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
1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago