Is It Up?

A Ruby gem that adds a simple endpoint to see if your application "is up". The endpoint is handled via Rack middleware. A Railtie is provided for simple integration with Ruby on Rails apps.

Installation

Add this line to your application's Gemfile:

gem 'is_it_up'

And then execute:

$ bundle

Or install it yourself as:

$ gem install is_it_up

Usage

IsItUp provides one monitoring URI that returns a plain text response:

% curl your-domain/is_it_up
It is up.

Contributing

  1. Fork it ( http://github.com/customink/is_it_up/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Kudos

Various ideas borrowed from: