node-health-check
v1.0.1
Published
An application to monitor the status of http endpoints
Downloads
44
Maintainers
Readme
node-health-check
A small application to check the status of a set of endpoints.
Setup
- Ensure mongodb is installed and mongod is running:
ps aux| grep mongod
- Install dependencies:
npm install
node server.js
- Go to: hostname:3000