RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: jjaffeux
Site: www.jaimeattendre.com
Hi, monit doesn't want to monitor workers, that's very strange, my app is working and if I do ps aux | grep unicorn I can see them :
deployer 19705 1.7 10.0 59404 50972 ? Sl 02:59 0:06 unicorn master -D -c /home/deployer/apps/blog/shared/config/unicorn.rb -E production deployer 19709 0.0 10.5 65484 53848 ? Sl 02:59 0:00 unicorn worker[0] -D -c /home/deployer/apps/blog/shared/config/unicorn.rb -E production deployer 19712 0.0 10.5 65484 53824 ? Sl 02:59 0:00 unicorn worker[1] -D -c /home/deployer/apps/blog/shared/config/unicorn.rb -E production
However /home/deployer/apps/blog/shared/pids contains only unicorn.pid and no unicorn.0.pid
Also if I try to find them with find (sudo find / -name "*.pid") :
/home/deployer/apps/blog/shared/pids/unicorn.pid /run/monit.pid /run/nginx.pid /run/ntpd.pid /run/sshd.pid /run/fail2ban/fail2ban.pid /run/upstart-udev-bridge.pid /run/atd.pid /run/crond.pid /run/rsyslogd.pid /run/dhclient.eth0.pid /run/upstart-socket-bridge.pid
Only the master appears...
Do you have any idea about it plz ?
Hi, monit doesn't want to monitor workers, that's very strange, my app is working and if I do ps aux | grep unicorn I can see them :
deployer 19705 1.7 10.0 59404 50972 ? Sl 02:59 0:06 unicorn master -D -c /home/deployer/apps/blog/shared/config/unicorn.rb -E production
deployer 19709 0.0 10.5 65484 53848 ? Sl 02:59 0:00 unicorn worker[0] -D -c /home/deployer/apps/blog/shared/config/unicorn.rb -E production
deployer 19712 0.0 10.5 65484 53824 ? Sl 02:59 0:00 unicorn worker[1] -D -c /home/deployer/apps/blog/shared/config/unicorn.rb -E production
However /home/deployer/apps/blog/shared/pids contains only unicorn.pid and no unicorn.0.pid
Also if I try to find them with find (sudo find / -name "*.pid") :
/home/deployer/apps/blog/shared/pids/unicorn.pid
/run/monit.pid
/run/nginx.pid
/run/ntpd.pid
/run/sshd.pid
/run/fail2ban/fail2ban.pid
/run/upstart-udev-bridge.pid
/run/atd.pid
/run/crond.pid
/run/rsyslogd.pid
/run/dhclient.eth0.pid
/run/upstart-socket-bridge.pid
Only the master appears...
Do you have any idea about it plz ?