0.2.0 • Published 5 years ago

@nexus-switchboard/nexus-mod-liveness v0.2.0

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

Nexus Module - Liveness

Simple module that implements only one endpoint which can be used as a healthcheck for infrastructure liveness checks.

Features

Exposes a route at a static GET endpoint that can be queried by your health checker.

How It Works

This is the absolute simplest possible module. Just by installing the module there will be a GET endpoint available at:

https://<your-domain>/<your-nexus-root>/m/liveness/up

The output from this endpoint if everything is working correctly is:

   {
       "message": "up"
   }