Questions tagged [god]

God is a process monitoring framework written in Ruby

God - process monitoring framework currently is supported in Linux (2.6.15+), BSD and Darwin systems. It supports both poll and event based conditions for monitoring.

7 questions
8
votes
4 answers

Redis won't shutdown

Most of the time when I reboot my Ubunutu server, I get "Waiting for Redis to shutdown…" over and over and it never stops until I force reboot. What could cause this? I have http://godrb.com/ monitoring that resque stays running, so it could be…
99miles
  • 361
  • 3
  • 6
  • 16
7
votes
1 answer

God Process Monitoring - CentOS - Event System Not Found

I have god installed on at least a dozen (or more) servers running CentOS 5.5 in both i386 and x86_64 flavors that work perfectly. I just setup two new CentOS 5.5 x86_64 servers and installed God, but I'm getting an event system error: $ tail…
organicveggie
  • 1,061
  • 3
  • 14
  • 27
3
votes
1 answer

Who should own the god process?

I have a stack running on ubuntu consisting of a Rack application written in Sinatra and GrapeAPI. The application stack includes Redis, Postgres, Nginx and unicorn. I want to use god to handle process monitoring. Currently deployment's are made…
Stewart
  • 151
  • 4
3
votes
4 answers

Recommendations for Monitoring services

I would like to install a monitoring services (Monit or others) on my web server and am looking for recommendation. I have no idea which is good, and what parameters which I should evaluate on, and which is a good for for my needs. Some which I saw…
shabda
  • 300
  • 1
  • 4
  • 10
2
votes
1 answer

Monitoring slow nginx/unicorn requests

I'm currently using Nginx to proxy requests to a Unicorn server running a Sinatra application. The application only has a couple of routes defined, those of which make fairly simple (non costly) queries to a PostgreSQL database, and finally return…
injekt
  • 121
  • 1
  • 2
0
votes
1 answer

CentOS 6 init script doesn't work properly

I'm setting up my ruby production server based on CentOS 6. I need a process called god (which is a process monitoring tool) to start at boot. I'm using an init script that I found here. Just as stated in the guide I ran: chkconfig --add god and…
user711643
  • 11
  • 1
  • 2
0
votes
3 answers

Start ruby script at boot as particular user

wondering how I can have a ruby script started at boot, as a particular user. This is on centos, so I imagine i need to create a service. ?
thomasfedb
  • 415
  • 5
  • 14