1.0.0 • Published 4 years ago

pm2-health-check v1.0.0

Weekly downloads
177
License
MIT
Repository
github
Last release
4 years ago

pm2-health-check

This is a pm2 health check middleware for the express framework. It goes through all the pm2 processes to figure out if the processes are online and responds calculating that

usage

var express = require('express');
var app = express();
var pm2HealthCheck = require('pm2-health-check'); 
pm2HealthCheck(app, {url: '/health-check-gizmo', optimistic: false});

this would mount the health check endpoint to the <app_host>:<app_port>/health-check-gizmo

node dependencies:

check the travis.yml for the supported node versions of the package in the current version

1.0.0

4 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago