Is there benefit to using Monit instead of a basic Upstart setup?
I highly recommend using both Monit AND upstart. Upstart makes it easy to deamonize node.js and Monit comes packed with tons of useful app checks including memory usage, http requests, cpu usage, … This is an example of the most basic setup you can get. You could also easily add another monit config (with the … Read more