Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riywo/health_status
Health status API server
https://github.com/riywo/health_status
Last synced: 28 days ago
JSON representation
Health status API server
- Host: GitHub
- URL: https://github.com/riywo/health_status
- Owner: riywo
- License: mit
- Created: 2013-07-25T18:54:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-13T00:57:18.000Z (over 11 years ago)
- Last Synced: 2024-04-22T08:47:40.548Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 313 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# HealthStatus
API server to store and visualize applications' health status.
## Installation
Add this line to your application's Gemfile:
gem 'health_status'
And then execute:
$ bundle
Or install it yourself as:
$ gem install health_status
## Usage
$ health_status_server -d /path/to/sqlite.db
$ curl -v -d "status=1" localhost:5678/service1/application1/metric1
$ curl -v -d "status=2" localhost:5678/service1/application1/metric2## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request