Translate

Friday, February 14, 2014

/etc/supervisord.conf for Storm nimbus & ui

[unix_http_server]
file=/var/run/supervisor.sock

[supervisord]
http_port=/var/tmp/supervisor.sock
logfile=/var/log/supervisor/supervisord.log
logfile_maxbytes=50MB
logfile_backups=10
loglevel=info
pidfile=/var/run/supervisord.pid
nodaemon=false
minfds=1024
minprocs=200

[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface

[supervisorctl]
serverurl=unix:///var/run/supervisor.sock

[program:storm-nimbus]
command=/home/storm/bin/storm nimbus
user=storm
autostart=true
autorestart=false
startsecs=30
startretries=999
log_stdout=true
log_stderr=true
logfile=/home/storm/logs/nimbus.log
logfile_maxbytes=20MB
logfile_backups=10

[program:storm-ui]
command=/home/storm/bin/storm ui
user=storm
autostart=true
autorestart=false
startsecs=30
startretries=999
log_stdout=true
log_stderr=true
logfile=/home/storm/logs/ui.log
logfile_maxbytes=20MB
logfile_backups=10

1 comment:

  1. So when your latest blog post goes viral, your site stays up and running at top speed. And with Google® using site speed as a criteria for search ranking, it can help drive even more traffic to your site. http://hostingreport.info

    ReplyDelete

About Me

My photo
Greetings Friend! I am Linux scholar, trying to learn as much I can and share it with you. I am in mid of my Professional Career. Doing Good. :)

Followers