Hi everyone,
I thought to monitor each app (server) separately... Does this make sense?
When I would deploy with capistrano, start/stop events would be sent to the appropriate god wrapper.
And when starting god with init scripts I would go with: su deployment-user -c "/home/deployment-user/rvm/bin/app-prefix_god -c config/path/config.god"
One of the disadvantages I see right now is that it will consume RAM for each app, which is not ideal.
Thanks in advance for your help,
Greetings Michael