@visulima/health-check

A library built to provide support for defining service health for node services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.

server-health

Library to provide server health information via a HTTP server endpoint for express, restify, hapi, and vanilla http

microservice-health-checker

This is a simple microservice health checker package built in Node.js. It allows you to monitor the health of various microservices by periodically sending HTTP requests to their health endpoints and logging the results.