@kornherp/node-health
v1.0.2
Published
Simple nagios-style health check module for job-based node applications
Downloads
11
Readme
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 [email protected]: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.