Re: [Zope-dev] Zope Server Control

2003-02-10 Thread Andy McKay
You misunderstand: I have zero code. :-) The screenshot (especially the second one) shows precisely what I'm looking for in a Zope controller. It should scale up to dozens of Zopes and ZEOs while remaining useful for single Zope instances, it should display rapidly flashing lights to indicate ex

Re: [Zope-dev] Zope Server Control

2003-02-09 Thread Oliver Bleutgen
Andy McKay wrote: 3. I've found at least two companies that run many, many zope servers on remote boxes all over the place and would like one ui to see the status of them all, I'm trying to see if i can get some $ out of them for the development :) If it's about monitoring, let me just mention

Re: [Zope-dev] Zope Server Control

2003-02-08 Thread Shane Hathaway
On Sat, 8 Feb 2003, Andy McKay wrote: > > It's not fancy, but it's complete: you can watch and control multiple > > servers from a single place. The flashing yellow LED-like indicators > > would give you a great deal of confidence that information is flowing. > > It sure would be appealing. An

Re: [Zope-dev] Zope Server Control

2003-02-08 Thread Andy McKay
It's not fancy, but it's complete: you can watch and control multiple servers from a single place. The flashing yellow LED-like indicators would give you a great deal of confidence that information is flowing. It sure would be appealing. Anyone want to take this on? :-) Yes :) 1. There are al

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Paul Winkler
On Fri, Feb 07, 2003 at 12:41:36PM -0800, Jamie Heilman wrote: > Paul Winkler wrote: > > ... which, FYI is kind of a pain to use with zope prior to > > CVS / 2.7, because zope insists on forking to the background > > unless you run in debug (-D) mode, and daemontools (or rather, svc) > > is design

RE: [Zope-dev] Zope Server Control

2003-02-07 Thread sean . upton
the Zaurus or similar handheld. Sean -Original Message- From: Paul Winkler [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 1:47 PM To: [EMAIL PROTECTED] Subject: Re: [Zope-dev] Zope Server Control On Fri, Feb 07, 2003 at 03:16:46PM -0500, Shane Hathaway wrote: > Okay, I ad

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Dan L. Pierson
Very nice Shane! I want one! I definitely agree with the separation of UI and back-end. ___ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.z

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Paul Winkler
On Fri, Feb 07, 2003 at 03:16:46PM -0500, Shane Hathaway wrote: > Okay, I added some features to the mockup: > > http://hathaway.freezope.org/Images/controller_snapshot2.png I dig it. (clicking on the mockup buttons) Ungh. Can't seem to make it work. (drool drool) -- Paul Winkler http://www.s

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Jamie Heilman
Paul Winkler wrote: > ... which, FYI is kind of a pain to use with zope prior to > CVS / 2.7, because zope insists on forking to the background > unless you run in debug (-D) mode, and daemontools (or rather, svc) > is designed to work with daemons that can be run in the > foreground. So we can ei

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Jamie Heilman
[EMAIL PROTECTED] wrote: > I'm not sure I understand the reasons why this solves the consolidation > problem (i.e. I have 2 dozen ZEO clients and 2 ZSSs and want to manage them > remotely in a single interface). Please explain. mix 1 part ssh, add shell script to taste It would be trivial, for e

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Paul Winkler
On Fri, Feb 07, 2003 at 12:00:45PM -0800, Jamie Heilman wrote: > > Heck, I would love to have an curses-based alternative to manage, monitor, > > and provide an interface to restart all ZEO clients and ZSS boxes in a > > terminal; this would make for easier remote admin via SSH from potentially > >

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Shane Hathaway
On 02/07/2003 02:16 PM, Paul Winkler wrote: On Fri, Feb 07, 2003 at 10:32:44AM -0800, [EMAIL PROTECTED] wrote: If there is any interest in a framework that could provide the underlying functionality to multiple UI front-ends, as well as automated stuff like alerts/monitoring, I would certainly b

RE: [Zope-dev] Zope Server Control

2003-02-07 Thread sean . upton
riday, February 07, 2003 12:01 PM To: [EMAIL PROTECTED] Subject: Re: [Zope-dev] Zope Server Control > Heck, I would love to have an curses-based alternative to manage, monitor, > and provide an interface to restart all ZEO clients and ZSS boxes in a > terminal; this would make for easier remote

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Jamie Heilman
> Heck, I would love to have an curses-based alternative to manage, monitor, > and provide an interface to restart all ZEO clients and ZSS boxes in a > terminal; this would make for easier remote admin via SSH from potentially > different client platforms. I've said it before, but http://cr.yp.to/

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Paul Winkler
On Fri, Feb 07, 2003 at 10:32:44AM -0800, [EMAIL PROTECTED] wrote: > If there is any interest in a framework that could provide the underlying > functionality to multiple UI front-ends, as well as automated stuff like > alerts/monitoring, I would certainly be interested in using and contributing >

RE: [Zope-dev] Zope Server Control

2003-02-07 Thread sean . upton
TED]] Sent: Friday, February 07, 2003 5:59 AM To: [EMAIL PROTECTED] Subject: Re: [Zope-dev] Zope Server Control Ooh! I've been thinking about something like this as well; PyQt would definately be the way to go. The backend should be de-coupled from the UI, of course. Getting the gears turning,

Re: [Zope-dev] Zope Server Control

2003-02-07 Thread Eron Lloyd
Ooh! I've been thinking about something like this as well; PyQt would definately be the way to go. The backend should be de-coupled from the UI, of course. Getting the gears turning, Eron On Friday 07 February 2003 12:47 am, Shane Hathaway wrote: > Zope-Dev'ers, > > Just for fun, I made a mock