Discussion:
[Supervisor-users] ANN: suponoff (a new web frontend to supervisor)
Gustavo Carneiro
2014-12-08 13:57:40 UTC
Permalink
Hi.

The company I work for, Gambit Research[1], has generously allowed me to
open source this new web interface to Supervisor, which I call suponoff
(short for Supervisor On/Off):

https://github.com/GambitResearch/suponoff

It uses Python 3, Django, Bootstrap, jQuery. It can manage multiple
servers (though probably doesn't yet scale very well to dozens of servers).

Enjoy.

[1] http://gambitresearch.com/
--
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
Hussain Tamboli
2014-12-09 09:57:34 UTC
Permalink
Are you planning on adding an option to *reread* or maybe editing the
configs for that matter?
Post by Gustavo Carneiro
Hi.
The company I work for, Gambit Research[1], has generously allowed me to
open source this new web interface to Supervisor, which I call suponoff
https://github.com/GambitResearch/suponoff
It uses Python 3, Django, Bootstrap, jQuery. It can manage multiple
servers (though probably doesn't yet scale very well to dozens of servers).
Enjoy.
[1] http://gambitresearch.com/
--
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
Gustavo Carneiro
2014-12-09 11:00:28 UTC
Permalink
Hi.
Post by Hussain Tamboli
Are you planning on adding an option to *reread* or maybe editing the
configs for that matter?
Do you mean Supervisor's configuration? No, that is definitely out of
scope of this project, or at least I am not planning on doing any such work.

Whenever the page is loaded, suponoff justs asks supervisor for a list of
programs defined and their status. So, if you change the supervisor
configuration, all you have to do is reload suponoff's main page to get it
to update with the changed programs.

Thanks.
Post by Hussain Tamboli
Post by Gustavo Carneiro
Hi.
The company I work for, Gambit Research[1], has generously allowed me to
open source this new web interface to Supervisor, which I call suponoff
https://github.com/GambitResearch/suponoff
It uses Python 3, Django, Bootstrap, jQuery. It can manage multiple
servers (though probably doesn't yet scale very well to dozens of servers).
Enjoy.
[1] http://gambitresearch.com/
--
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
--
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
Hussain Tamboli
2014-12-09 12:20:39 UTC
Permalink
Okay.

Nice tool by the way. I have starred it.
Post by Gustavo Carneiro
Hi.
Post by Hussain Tamboli
Are you planning on adding an option to *reread* or maybe editing the
configs for that matter?
Do you mean Supervisor's configuration? No, that is definitely out of
scope of this project, or at least I am not planning on doing any such work.
Whenever the page is loaded, suponoff justs asks supervisor for a list of
programs defined and their status. So, if you change the supervisor
configuration, all you have to do is reload suponoff's main page to get it
to update with the changed programs.
Thanks.
Post by Hussain Tamboli
Post by Gustavo Carneiro
Hi.
The company I work for, Gambit Research[1], has generously allowed me to
open source this new web interface to Supervisor, which I call suponoff
https://github.com/GambitResearch/suponoff
It uses Python 3, Django, Bootstrap, jQuery. It can manage multiple
servers (though probably doesn't yet scale very well to dozens of servers).
Enjoy.
[1] http://gambitresearch.com/
--
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
_______________________________________________
Supervisor-users mailing list
https://lists.supervisord.org/mailman/listinfo/supervisor-users
--
Gustavo J. A. M. Carneiro
Gambit Research
"The universe is always one step beyond logic." -- Frank Herbert
Loading...