No commit activity in last 3 years
No release in over 3 years
Async server for gem nagios_helper, based on rack,thin and async-sinatra. Runned with rails environment.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

NagiosRailsServer

Async server for gem nagios_helper, based on rack,thin and async-sinatra. Runned with rails environment.

gem 'nagios_rails_server'
$ RAILS_ENV=production bundle exec nagios_server -p 3005

$ curl localhost:3005/check/some?x=1

AR connections and other should be configured to work with concurrency. AR config = pool: 100;