1.0.1 • Published 8 years ago

@starefossen/status-api v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Service Status API

Build status NPM downloads NPM version Node version Dependency status

Microservice for returning the status of various services monitored through Pingdom. Using the Pingdom API under the hood.

Requirements

  • Node.JS >= v4.0.0

Start

npm start

Environment

  • PINGDOM_KEY - Pingdom API app key
  • PINGDOM_USER - Pingdom user
  • PINGDOM_PASS - Pingdom password

API

MethodPathDesc
GET/api/v1/checksGet all status checks

MIT Licensed