1.0.2 • Published 5 years ago

@kornherp/node-health v1.0.2

Weekly downloads
6
License
GPLv3
Repository
github
Last release
5 years ago

node-health

simple nagios-style monitoring for nodejs job-based applications

Installation

npm install @kornherp/node-health

See example.js for usage and doc/check types.md for types of operation

Contributing, testing

git clone git@github.com:kornherp/node-health.git
npm test

I'd happily accept MRs.

Output

Check results are returned from the check() method. Default configuration starts a web server on port 8888, checks will be given there too.