Skip to content

Provides a health-check endpoint to your Ruby on Rails apps.

License

Notifications You must be signed in to change notification settings

ndushay/okcomputer

 
 

Repository files navigation

Code Climate Build Status Coverage Status

OK Computer

Inspired by the ease of installing and setting up fitter-happier as a Rails application's health check, but frustrated by its lack of flexibility, OK Computer was born. It provides a robust endpoint to perform server health checks with a set of built-in plugins, as well as a simple interface to add your own custom checks.

For more insight into why we built this, check out our blog post introducing OK Computer.

OkComputer currently supports the following Rails versions:

  • 3.2
  • 4.1
  • 4.2
  • 5.0

Not using Rails?

If you use Grape instead of Rails, check out okcomputer-grape.

Installation