0.1.2 • Published 4 years ago

health-check-service v0.1.2

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

health-check-service

Services health check API

Build Status

Supported services

  • AWS
  • Redis
  • Postgres
  • MongoDb
  • RabbitMQ
  • SMTP

Install

npm i -S health-check-service

Example and Dev

  • Docker stack deploy
    docker stack deploy -c docker-compose.yml health_check_server_stack
  • Start Example App
    npm run example
  • Fetch service status info:

    # if not exists
    brew install httpie
    
    http -v http://127.0.0.1:3000/health
  • Docker stack remove

    docker stack rm health_check_server_stack