[Supervisor-users] controlling postfix status

2017-11-29 Thread Pablo Moreno
Hi, I'm configuring supervisord to check postfix status and restart it if needed. Here is the supervisor daemon config file: [program:qa-postfix81-241] command=/usr/libexec/postfix/master -w -c /etc/postfix/81-241 autostart=true autorestart=true startretries=3

[Supervisor-users] Pass arguments to program when starting a job?

2017-11-29 Thread Matthias Pigulla
Dear list, is is possible to pass (additional) arguments to a program when starting a job? Like ... #>supervisorctl start myprogram extra-arg-1 extra-arg-2 I'd like supervisord to monitor a couple of jobs, but the arguments are not known until the program has to be started. In case this