redis_failover icon indicating copy to clipboard operation
redis_failover copied to clipboard

Add informative procline

Open mperham opened this issue 12 years ago • 0 comments

I'd like to be able to get very simple info out of redis_node_manager without having to do anything. I think the procline would be a great idea here:

Current procline:

/usr/local/rvm/rubies/ruby-1.9.3-p125/bin/ruby /usr/local/rvm/gems/ruby-1.9.3-p125/bin/redis_node_manager -c /opt/theclymb/shared/config/redis_node_manager_conf.yml -e production

Example:

redis_node_manager version=1.2.3 master=app-4.theclymb.com:6379

I'm not sold on the format, I was just thinking key=value pairs but anything is better than nothing. Sidekiq does this:

sidekiq 2.6.4 theclymb [0 of 10 busy]

Where 'theclymb' is the application tag associated with sidekiq so you can distinguish between sidekiqs for different rails apps on the same machine.

mperham avatar Jan 10 '13 20:01 mperham