2008/10/31 mike jones <[EMAIL PROTECTED]>: > > Hey > Could anyone give me an idea of "best practice" for the strategy of > monitoring merb with monit. > Now that there are master, spawner and workers processes I am not 100% > sure which process should be monitored. Should monit even be > restarting things because spawner seems to be doing the same thing... > > Thanks for any help
Monitor master. It, in turn, does monitoring of workers. But if you want certain actions to be taken when worker fails (like Jabber notifications), monitor the whole cluster of Merbs since master process does not have this functionality. At least now it doesn't. -- MK --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/merb?hl=en -~----------~----~----~----~------~----~------~--~---
