Project

cough

0.0
No release in over 3 years
Low commit activity in last 3 years
A pretty simple health check for your rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 6.0.3, >= 6.0.3.1
 Project Readme

Cough

Simple health check for your rails application.

Usage

Mount the engine in your config/routes.rb file, using any preferred path.

mount Cough::Engine => '/health'

The following environment variables can be set

SERVICE_NAME, COMMIT, JOB, STAGE

Installation

Add this line to your application's Gemfile:

gem 'cough'

Contributing

This is for personal use, but you are welcome to suggest any changes.

License

The gem is available as open source under the terms of the MIT License.