Capistrano::Eye
Wrap all application processes by eye monitoring tool.
Installation
gem 'capistrano-eye', github: 'alexsergeyev/capistrano-eye'
Enable it in Capfile
require 'capistrano/eye'
Configuration
set :eye_application # capistrano application name by default
set :eye_config, # ./config/eye_application.eye
Contributing
- Fork it ( https://github.com/[my-github-username]/capistrano-eye/fork )
- 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