监视神吗?
我们正在使用 God 来监视我们的服务器进程,并且想知道我们是否应该使用类似 Monit,以确保如果发生意外情况,上帝会站起来。
quis custodiet ipsos custodes? 难题:)
谷歌搜索它并没有提到任何关于这一点的内容完成了,这让我觉得这可能非常罕见。
这里有人看到有必要吗?
We're using God to monitor our server processes, and were wondering if we should use something like Monit to make sure God gets up if something unexpected happens.
A quis custodiet ipsos custodes? conundrum :)
Googling for it didn't bring any mentions of this being done, which makes me think it's probably pretty rare.
Has anybody here seen a need for it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会把让上帝运行的责任放在操作系统更核心的东西上。在 Ubuntu 上也许你可以使用 upstart 来启动和监控 god。不过我自己还没有这样做过。
使用 monit 的唯一另一个好处似乎是可以监视 god 的内存使用情况,而在过去,内存使用情况已经出现了一些泄漏。
I would put the responsibility of keeping god running on something more core to the OS. On Ubuntu maybe you could use upstart to launch and monitor god. I haven't done this myself however.
The only other benefit of using monit for this seems to be that it might be possible to monitor god's memory usage, which in the past has had some leaks.