Is there benefit to using Monit instead of a basic Upstart setup?

前端 未结 2 461
南笙
南笙 2020-12-12 09:44

I\'m configuring my server to run node.js as a daemon. I\'ve setup Upstart to handle startup and shutdown of node, which works wonderfully. The next step is to make sure tha

2条回答
  •  没有蜡笔的小新
    2020-12-12 10:15

    Given that Upstart just checks the PID, a tool like Monit that makes an actual request will provide you an answer of app sanity more faithfully. A process may happily be running but stuck in some way such that it is not serving requests.

提交回复
热议问题