| ; The below sample eventlistener section shows all possible |
| ; eventlistener subsection values, create one or more 'real' |
| ; eventlistener: sections to be able to handle event notifications |
| ; sent by supervisor. |
| |
| [eventlistener:contrail-config-nodemgr] |
| command=/bin/bash -c "exec python /usr/bin/contrail-nodemgr --nodetype=contrail-config" |
| events=PROCESS_COMMUNICATION,PROCESS_STATE,TICK_60 |
| ;[eventlistener:theeventlistenername] |
| ;command=/bin/eventlistener ; the program (relative uses PATH, can take args) |
| ;process_name=%(program_name)s ; process_name expr (default %(program_name)s) |
| ;numprocs=1 ; number of processes copies to start (def 1) |
| ;events=EVENT ; event notif. types to subscribe to (req'd) |
| buffer_size=10000 ; event buffer queue size (default 10) |
| ;directory=/tmp ; directory to cwd to before exec (def no cwd) |
| ;umask=022 ; umask for process (default None) |
| ;priority=-1 ; the relative start priority (default -1) |
| ;autostart=true ; start at supervisord start (default: true) |
| ;autorestart=unexpected ; whether/when to restart (default: unexpected) |
| ;startsecs=1 ; number of secs prog must stay running (def. 1) |
| ;startretries=3 ; max # of serial start failures (default 3) |
| ;exitcodes=0,2 ; 'expected' exit codes for process (default 0,2) |
| ;stopsignal=QUIT ; signal used to kill process (default TERM) |
| ;stopwaitsecs=10 ; max num secs to wait b4 SIGKILL (default 10) |
| ;stopasgroup=false ; send stop signal to the UNIX process group (default false) |
| ;killasgroup=false ; SIGKILL the UNIX process group (def false) |
| ;redirect_stderr=true ; redirect proc stderr to stdout (default false) |
| stdout_logfile=/var/log/contrail/contrail-config-nodemgr-stdout.log ; stdout log path, NONE for none; default AUTO |
| ;stdout_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) |
| ;stdout_logfile_backups=10 ; # of stdout logfile backups (default 10) |
| ;stdout_events_enabled=false ; emit events on stdout writes (default false) |
| stderr_logfile=/var/log/contrail/contrail-config-nodemgr-stderr.log ; stderr log path, NONE for none; default AUTO |
| ;stderr_logfile_maxbytes=1MB ; max # logfile bytes b4 rotation (default 50MB) |
| ;stderr_logfile_backups ; # of stderr logfile backups (default 10) |
| ;stderr_events_enabled=false ; emit events on stderr writes (default false) |
| ;environment=A=1,B=2 ; process environment additions |
| ;serverurl=AUTO ; override serverurl computation (childutils) |
| |