Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-lambert/heartcheck-appsignal
A Heartcheck plugin for the AppSignal monitoring service.
https://github.com/p-lambert/heartcheck-appsignal
Last synced: 28 days ago
JSON representation
A Heartcheck plugin for the AppSignal monitoring service.
- Host: GitHub
- URL: https://github.com/p-lambert/heartcheck-appsignal
- Owner: p-lambert
- License: mit
- Created: 2016-01-12T22:42:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-13T15:17:56.000Z (about 9 years ago)
- Last Synced: 2024-11-09T00:29:43.208Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Heartcheck::Appsignal
[![Build Status](https://api.travis-ci.org/p-lambert/heartcheck-appsignal.svg?branch=master)](https://travis-ci.org/p-lambert/heartcheck-appsignal)
A [Heartcheck](https://github.com/locaweb/heartcheck) plugin for the
[AppSignal](https://appsignal.com/) monitoring service.## Installation
Add this line to your application's Gemfile:
```ruby
gem 'heartcheck-appsignal'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install heartcheck-appsignal
## Usage
Add the following code to your `Heartcheck` initializer:
```ruby
Heartcheck.setup do |config|
config.add(:appsignal)
end
```## Contributing
1. Fork it ( https://github.com/p-lambert/heartcheck-appsignal/fork )
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 a new Pull Request## License
The gem is available as open source under the terms of the
[MIT License](http://opensource.org/licenses/MIT).