Ticket #32 (closed bug: wontfix)

Opened 2 months ago

Last modified 1 month ago

mongrel_cluster doesn't work with monit

Reported by: mikebailey Assigned to: evanweaver
Priority: minor Milestone: 1.2
Component: Mongrel Keywords:
Cc:

Description

I don't think my last ticket went through.

mongrel_cluster tries to execute mongrel_rails and this fails if mongrel_rails isn't in your path.

This is the case when it's being called by monit which sets a restricted path. A workaround I put into deprec is to create a symlink from /usr/local/bin/mongrel_rails to /usr/bin/mongrel_rails.

mongrel_cluster shouldn't need to exec the mongrel_rails script should it? I would think it could just use 'load' as the script itself does.

Change History

05/07/08 01:42:24 changed by mikebailey

  • status changed from new to closed.
  • resolution set to wontfix.

ah,

05/30/08 15:16:50 changed by airforce1