Skip to content
railsengines.com

Easymon

Easy Monitoring

No ratings yet
Gem
easymon
Repository
basecamp/easymon
License
MIT
Stars
218
Added
August 20, 2026

About

Easy Monitoring

Easymon helps you monitor your application's availability. It provides a simple way to test the availability of resources your application needs, like the application database, a memcached connection, or a redis instance. These test results can be used by a load balancer to determine the general health and viability of the node your application is running on.

What you get

  • /up/application-database
  • /up/redis
  • /up/memcached
  • /up/critical - Runs both the application-database and redis checks.

Mounting it

ruby
# Gemfile
gem "easymon"

# config/routes.rb
mount Easymon::Engine, at: "/easymon"

Details

218 stars on GitHub · MIT licensed · maintained by basecamp. Source: https://github.com/basecamp/easymon

Discussion (0)

Sign in to join the discussion.

No comments yet.