Rails 进程管理用什么工具?

linjunhalida · September 01, 2014 · Last by tsl0922 replied at September 02, 2014 · 2714 hits

我是用 god 来进行服务器监控的,写起来好累,好像也有一个叫 uinit 的东西?请问大家用什么工具来做呢?

或者压根不监控因为服务器是稳定的,那么用什么工具来告警?newrelic?

supervisord py 的,你可以试试。 还有 monit(http://noops.me/?p=133

server 版 新 relic

我推荐 monit 配置文件可以参考 https://github.com/jasl/a_rails_start_up_omakase/blob/master/lib/generators/conf/templates/monit.conf.erb 很灵活 资源占用和稳定性也很好

监控数据的可视化就用 newrelic

monit +1. 还可以配置一个 web 界面查看运行的服务。

在用 daemontools,考虑换成 supervisord

报警用常规的监控工具就行。

You need to Sign in before reply, if you don't have an account, please Sign up first.