Sure. Naming with @servername makes sense.

The web ui is here https://github.com/aleszoulek/django-dashvisor but may
be outdated, I'll push the newer changes later.

A.
Dne 9.6.2012 11:56 "Alexander Krauss" <[email protected]> napsal(a):

> On 06/09/2012 11:46 AM, Ales Zoulek wrote:
>
>> The one issue I can see there is grouping the processes by server
>> without breaking possible existing groups on the same box, since one
>> process cannt be in multiple groups in current supervisord
>> implementation..
>>
>
> Since the notion of process groups is already taken, we should probably
> not try to reuse it here. A quick solution would be to use suffixes:
> Process FOO on host SERVER1 would appear as FOO@SERVER1. That would
> maintain the invariant that each process is in at most one group, right?
>
> An additional grouping mechanism by host would be nice, but I could also
> live without it for the first shot.
>
> Can you share the code of your proof of concept ui?
>
> Alex
>
_______________________________________________
Supervisor-users mailing list
[email protected]
http://lists.supervisord.org/mailman/listinfo/supervisor-users

Reply via email to