No commit activity in last 3 years
No release in over 3 years
Allows you to get information about Adhearsions status via rest calls
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 1.2.0.pre2
>= 0
 Project Readme

What’s Up Adhearsion¶ ↑

A gem to allow you to monitor your Adhearsion instance

Usage¶ ↑

All that you have to do to use this component is to include the gem and start up your adhearsion instance. To see your monitoring go to

  • http : //your adhearsion server ip:5005/status“ for the number of active calls and, if you have Active Record in your project, the size of your connection pool and the number of connections that are checked out and in use.

  • http : //your adhearsion server ip:5005/health returns good if your server is up.

All responses are JSON formatted Currently the port is not configurable…but is on the todo list :).

Author¶ ↑

lgleasain