You are here: Forums Ask a Rails expert Monit and BackgroundDB...
Posted in Forums : Ask a Rails expert
Authority 50
Posting Rating 32
Sign in to rate this post
|
I know that this is only vaguely a “Rails” question but it has me stumped. I am having trouble getting backgroundrb started through Monit. I end up with “Does not exist” as the Monit status.
I can start backgrounrb fine from the command line using: Wondering why this may cause trouble when called by Monit. My mongrel_cluster config works fine and Monit is managing it. |
Authority 12
Posting Rating 100
Sign in to rate this post
|
This is just a guess but I would try looking at the file permissions. Maybe you don’t have enough rights for the user that monit runs as? |
Authority 50
Posting Rating 32
Sign in to rate this post
|
Thanks for the response. My syslog looks like this: Don’t appear to be any errors. Just nothing … |
Authority 62
Posting Rating 86
Sign in to rate this post
|
After monit tries to start backgrounddrb, have you checked the process table to see if it was started, and then maybe died? Does the PID file get created? If you run the start command, exactly as it is in monit, from the command line, what happens? |
Authority 50
Posting Rating 32
Sign in to rate this post
|
Peter, thanks, that got it. |
Ask a Rails expert : how to execute the url from my controller
Ask a Rails expert : conditional action caching multiple mongrel clusters
Ask a Rails expert : Using like command in RoR
Ask a Rails expert : Apache ActionController:RoutingError
Ask a Rails expert : Multiple csv file upload based on data in a form
Ask a Rails expert : Exception error code
Ask a Rails expert : Tracking down an issue
Ask a Rails expert : Thread Vs Transaction
Ask a Rails expert : implementing whitelist plugin
Ask a Rails expert : Validation helper