This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Tue Jun 24 04:59:02 -0700 2008 | |
| |
README | Tue Jun 24 05:02:39 -0700 2008 | |
| |
init.rb | Tue Jun 24 04:59:02 -0700 2008 | |
| |
recipes/ | Tue Jun 24 04:59:02 -0700 2008 |
README
CapistranoMonit: A Capistrano Plugin ==================================== CapistranoMonit is a Capistrano Plugin that adds functionality to setup/configure the control file for monit and adds "restart" functionality to apply those changes. Setup ===== Install the plugin: $ script/plugin install git://github.com/seebq/capistrano_monit.git CapistranoMonit requires the following variables: set :domain, "yourserver.com" set :mongrel_port, "8000" CapistranoMonit also allows you to customize the following variables: set :monit_daemon_interval, "120" set :monit_alert_email, "you@example.com" Simply define them in your capistrano config/deploy.rb. Example ======= After installation and adding the appropriate monit variables: $ cap monit:setup $ cap monit:restart You can even make sure the monit setup gets run after your setup tasks, in your deploy.rb file: after "servers:setup", "monit:setup" Copyright (c) 2008 Charles Brian Quinn <cbq@highgroove.com>, released under the MIT license







