0.1.3 • Published 6 years ago

observer-bsa v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

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