observer-bsa
v0.1.3
Published
obServer - service for monitoring your node.js app
Downloads
1
Readme
obServer
obServer - service for monitoring your Node.js app.
Installation
$ npm install observer-bsa
Usage
You need to create logcollect app on your server, that contains only index.js:
require('observer-bsa/logcollect')(logcollectPort, companyId);
// logcollectPort - port on which your logcollect server will start
// companyId - company id from obServer account settings
Adding observer-bsa as dependency into your project:
const observer = require('observer-bsa')(logcollectPort, appId);
// logcollectPort - port on which logcollect is started
// appid - app id from obServer account settings
License
ISC