update supervisor to run record-monitor.sh

This commit is contained in:
Sofyan Sugianto 2020-06-18 04:42:29 +07:00
parent 9ce65a23f0
commit befebed04f

View File

@ -44,45 +44,55 @@ stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[program:rap-archive-worker] [program:rap-archive-worker]
command=/usr/local/bin/prefix-log /usr/bin/ruby /usr/local/bigbluebutton/scripts/rap-archive-worker.rb command=/usr/local/bin/prefix-log /usr/local/bin/record-monitor.sh recorded
user=bigbluebutton user=bigbluebutton
directory=/usr/local/bigbluebutton/core/scripts directory=/usr/local/bigbluebutton/core/scripts
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2 stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[program:rap-events-worker] [program:rap-events-worker]
command=/usr/local/bin/prefix-log /usr/bin/ruby /usr/local/bigbluebutton/scripts/rap-events-worker.rb command=/usr/local/bin/prefix-log /usr/local/bin/record-monitor.sh ended
user=bigbluebutton user=bigbluebutton
directory=/usr/local/bigbluebutton/core/scripts directory=/usr/local/bigbluebutton/core/scripts
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2 stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[program:rap-process-worker] [program:rap-process-worker]
command=/usr/local/bin/prefix-log /usr/bin/ruby /usr/local/bigbluebutton/scripts/rap-process-worker.rb command=/usr/local/bin/prefix-log /usr/local/bin/record-monitor.sh sanity
user=bigbluebutton user=bigbluebutton
directory=/usr/local/bigbluebutton/core/scripts directory=/usr/local/bigbluebutton/core/scripts
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2 stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[program:rap-publish-worker] [program:rap-publish-worker]
command=/usr/local/bin/prefix-log /usr/bin/ruby /usr/local/bigbluebutton/scripts/rap-publish-worker.rb command=/usr/local/bin/prefix-log /usr/local/bin/record-monitor.sh processed
user=bigbluebutton user=bigbluebutton
directory=/usr/local/bigbluebutton/core/scripts directory=/usr/local/bigbluebutton/core/scripts
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2 stderr_logfile=/dev/fd/2
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[program:rap-sanity-worker] [program:rap-sanity-worker]
command=/usr/local/bin/prefix-log /usr/bin/ruby /usr/local/bigbluebutton/scripts/rap-sanity-worker.rb command=/usr/local/bin/prefix-log /usr/local/bin/record-monitor.sh archived
user=bigbluebutton user=bigbluebutton
directory=/usr/local/bigbluebutton/core/scripts directory=/usr/local/bigbluebutton/core/scripts
autostart=true
autorestart=true
stdout_logfile=/dev/fd/1 stdout_logfile=/dev/fd/1
stdout_logfile_maxbytes=0 stdout_logfile_maxbytes=0
stderr_logfile=/dev/fd/2 stderr_logfile=/dev/fd/2