>
>
> 1. Does supervisor already have an html control interface or an
> Internet API, if not where can I start on adding it as an extension or
> as a module?
>

Supervisor does support a XML-RPC interface. So you could connect to it by a
xmlrpclib.ServerProxy('http://127.0.0.1:9001').supervisor object, and
handle/administrate the processes remotely. Replace the 127.0.0.1 portion by
the IP, while connecting remotely, of course. :D


> 2. What features would you like to see in the control interface?


Supervisor has a web control interface. Though I couldn't gather much on
this point of yours. Perhaps you could supply more details on this. What all
you propose to incorporate in your control interface?

Regards,
Siddhant
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to