Changeset 414

Show
Ignore:
Timestamp:
02/19/08 18:50:11 (11 months ago)
Author:
mbailey
Message:

put correct path into monit mongrel

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r412 r414  
    33== 1.99.8 (Feb 18, 2008) 
    44 
    5 * added nginx_client_max_body_size setting for nginx rails vhost 
    6 * bugfix: put correct path into monit_mongrel template 
     5* enhancement: added nginx_client_max_body_size setting for nginx rails vhost 
     6* bugfix: monit config was broken 
    77 
    88== 1.99.7 (Feb 18, 2008) 
  • trunk/lib/deprec/templates/monit/monit_mongrel.erb

    r413 r414  
    11<% mongrel_servers.times do |counter| -%> 
    2   check process mongrel-<%=8000+counter%> with pidfile <%=deploy_to%>/shared/pids/mongrel.<%=8000+counter%>.pid 
     2  check process mongrel-<%=8000+counter%> with pidfile <%=deploy_to%>/shared/tmp/pids/mongrel.<%=8000+counter%>.pid 
    33        group mongrel 
    4         start program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -p <%=8000+counter%> -a 127.0.0.1 -P <%= deploy_to %>/shared/pids/mongrel.<%=8000+counter%>.pid -c <%= deploy_to %>/current" 
    5         stop program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails stop stop -P <%= deploy_to %>/shared/pids/mongrel.<%=8000+counter%>.pid" 
     4        start program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails start -d -e production -p <%=8000+counter%> -a 127.0.0.1 -P <%= deploy_to %>/shared/tmp/pids/mongrel.<%=8000+counter%>.pid -c <%= deploy_to %>/current" 
     5        stop program = "/usr/local/bin/ruby /usr/local/bin/mongrel_rails stop stop -P <%= deploy_to %>/shared/tmp/pids/mongrel.<%=8000+counter%>.pid" 
    66         
    77        if failed host 127.0.0.1 port <%=8000+counter%> protocol http