Sensu::Spawn
Installation
Add this line to your application's Gemfile:
gem 'sensu-spawn'
And then execute:
$ bundle
Usage
Documentation can be found here.
Contributing
- By contributing to this project you agree to abide by the code of conduct.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request