Project

monimoni

0.0
No commit activity in last 3 years
No release in over 3 years
Simple alive monitoring endpoint, implemented as Rails mountable engine.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

~> 4.0
 Project Readme

Monimoni

Simple alive monitoring endpoint, implemented as Rails mountable engine.

Installation

Add the following line in your Gemfile

gem 'monimoni'

Then run

$ rails generate monimoni:install
$ bundle exec rake db:migrate

That's it.

Alive monitoring endpoint will be mounted at /monimoni/alive and you can hit it manually, or by using alive monitoring systems such as Zabbix.

You'll get json response:

{"hostname": "foo"}

if all of your system stack is working properly.

License

Released under the MIT-LICENSE.