Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostya/nagios_rails_server

Async server for gem nagios_helper, based on rack,thin and async-sinatra.
https://github.com/kostya/nagios_rails_server

Last synced: 20 days ago
JSON representation

Async server for gem nagios_helper, based on rack,thin and async-sinatra.

Awesome Lists containing this project

README

        

NagiosRailsServer
=================

Async server for gem [nagios_helper](http://github.com/kostya/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;