Active Monitor -- Monitoring and alerting for Rails

Build Status Coverage Status

Active Monitor is a framework for keeping an eye on how an application is functioning and alerting when things are going wrong.

Usage

Installation

Add this line to your application's Gemfile:

gem 'activemonitor', require: 'active_monitor'

And then execute:

$ bundle

Or install it yourself as:

$ gem install activemonitor

Requirements

  • Ruby >= 1.9.3