public
Description: Plugins for the Scout Server Monitoring and Reporting Tool
Homepage: http://scoutapp.com/
Clone URL: git://github.com/highgroove/scout-plugins.git
Andre Lewis (author)
Fri Oct 30 17:58:36 -0700 2009
commit  d11da55e080ec937fed5c1a205178cf969da4969
tree    9da8fd417687a47cdbabd81e1dfccafc0b5d17ef
parent  c7815c2bf7d096353e4ef9fee7ad30eba85b9029
scout-plugins / keep_process_running
name age message
..
file README Loading commit data...
file keep_process_running.rb
file keep_process_running.yml
keep_process_running/README
Keep Process Running
======================
Created by 
 * [Highgroove Studios LLC](http://www.highgroove.com)

Dependencies
------------

No dependencies.
  
Options
-------

Process to Monitor: takes in the full path to a process to monitor, i.e.:

  ruby script/runner script/ferret_start
  
Restart Action: the optional command to run (if no restart action given, the process itself is used) to restart the 
process if it is not running, i.e.:

  cd /path/to/rails/app && /usr/bin/ruby /path/to/rails/appscript/runner /path/to/rails_app/script/ferret_start

Compatibility 
-------------

Works on Linux and OSX.