Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kostya/nagios_rails_server
- Owner: kostya
- License: mit
- Created: 2012-09-14T21:10:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T10:15:01.000Z (over 10 years ago)
- Last Synced: 2024-09-17T23:24:33.394Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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=1AR connections and other should be configured to work with concurrency.
AR config = pool: 100;