pm2-health-check

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i pm2-health-check

Weekly Downloads

5

Version

1.0.0

License

MIT

Unpacked Size

6.26 kB

Total Files

7

Last publish

Collaborators

  • zhdzmn