Re: pgTray - win32 tray tool for monitoring PostgreSQL service

Lists: pgsql-general
From: Andrei Kovalevski <andyk(at)commandprompt(dot)com>
To: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: pgTray - win32 tray tool for monitoring PostgreSQL service
Date: 2007-08-02 13:44:50
Message-ID: 46B1DFD2.5090407@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Hi all!

Everyone who use PostgreSQL server on Windows knows - it would be
nice to have some tray management and monitoring tool for PostgreSQL
server which is running as NT Service (for example - MS SQL already have
such tool). I have created a new project on pgfoundry -
http://pgfoundry.org/projects/pgtray. I'm opened for any ideas how can
we improve this tool and what features whould be helpful.

Thanks, Andrei.


From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: Andrei Kovalevski <andyk(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pgTray - win32 tray tool for monitoring PostgreSQL service
Date: 2007-08-02 14:48:53
Message-ID: 46B1EED5.7010201@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Andrei Kovalevski wrote:
> Hi all!
>
> Everyone who use PostgreSQL server on Windows knows - it would be
> nice to have some tray management and monitoring tool for PostgreSQL
> server which is running as NT Service (for example - MS SQL already
> have such tool). I have created a new project on pgfoundry -
> http://pgfoundry.org/projects/pgtray. I'm opened for any ideas how can
> we improve this tool and what features whould be helpful.
>
>
> Thanks, Andrei.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
Have you done any development yet? I can do something in Delphi in a
matter of hours and would be able to donate the code as a BSD license.
I have done a similar tray application for Firebird and it would be just
a matter of changing the service it monitors.

We could also do a control panel applet.

Later,

Tony Caduto
AM Software Design


From: Andrei Kovalevski <andyk(at)commandprompt(dot)com>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgTray - win32 tray tool for monitoring PostgreSQL service
Date: 2007-08-02 15:47:50
Message-ID: 46B1FCA6.7060801@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Tony Caduto wrote:
> Andrei Kovalevski wrote:
>> Hi all!
>>
>> Everyone who use PostgreSQL server on Windows knows - it would be
>> nice to have some tray management and monitoring tool for PostgreSQL
>> server which is running as NT Service (for example - MS SQL already
>> have such tool). I have created a new project on pgfoundry -
>> http://pgfoundry.org/projects/pgtray. I'm opened for any ideas how
>> can we improve this tool and what features whould be helpful.
>>
>>
>> Thanks, Andrei.
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 5: don't forget to increase your free space map settings
>>
> Have you done any development yet?
Yes, you can download and try it. Now it's a single pgtray.exe
application. I'm going to make an msi installer and add "Autostart"
option to the menu.
> I can do something in Delphi in a matter of hours and would be able to
> donate the code as a BSD license.
> I have done a similar tray application for Firebird and it would be
> just a matter of changing the service it monitors.
>
> We could also do a control panel applet.
Oh, very interesting. I'm not sure it's really required - but can you
provide some links about this?

Andrei.


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: Andrei Kovalevski <andyk(at)commandprompt(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pgTray - win32 tray tool for monitoring PostgreSQL service
Date: 2007-08-02 17:09:44
Message-ID: 46B20FD8.2000703@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Tony Caduto wrote:
> Andrei Kovalevski wrote:
>> Hi all!
>>
>> Everyone who use PostgreSQL server on Windows knows - it would be
>> nice to have some tray management and monitoring tool for PostgreSQL
>> server which is running as NT Service (for example - MS SQL already
>> have such tool). I have created a new project on pgfoundry -
>> http://pgfoundry.org/projects/pgtray. I'm opened for any ideas how can
>> we improve this tool and what features whould be helpful.
>>
>>
>> Thanks, Andrei.
>>
> Have you done any development yet? I can do something in Delphi in a
> matter of hours and would be able to donate the code as a BSD license.
> I have done a similar tray application for Firebird and it would be just
> a matter of changing the service it monitors.

yeah, this is good stuff. (not having tested it..)

> We could also do a control panel applet.

I don't really see the point. Given that "the modern way of doing
things" is sticking the icon in administrative tools and not control
panel. But I won't prevent you of course :-)

//Magnus


From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Andrei Kovalevski <andyk(at)commandprompt(dot)com>
Cc: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgTray - win32 tray tool for monitoring PostgreSQL service
Date: 2007-08-02 17:15:29
Message-ID: 46B21131.6090806@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Andrei Kovalevski wrote:
>> Have you done any development yet?
> Yes, you can download and try it. Now it's a single pgtray.exe
> application. I'm going to make an msi installer and add "Autostart"
> option to the menu.

When you do the installer, please make sure it's compatible with
stackbuilder (http://pgfoundry.org/projects/stackbuilder) so it can use
the new easy-to-install method on windows.

//Magnus


From: Dave Page <dpage(at)postgresql(dot)org>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: Andrei Kovalevski <andyk(at)commandprompt(dot)com>, Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>, Postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgTray - win32 tray tool for monitoring PostgreSQL service
Date: 2007-08-02 20:40:03
Message-ID: 46B24123.8070709@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Magnus Hagander wrote:
> Andrei Kovalevski wrote:
>>> Have you done any development yet?
>> Yes, you can download and try it. Now it's a single pgtray.exe
>> application. I'm going to make an msi installer and add "Autostart"
>> option to the menu.
>
> When you do the installer, please make sure it's compatible with
> stackbuilder (http://pgfoundry.org/projects/stackbuilder) so it can use
> the new easy-to-install method on windows.

There is a setup kit in the stackbuilder CVS which makes it a snap to
build a compatible MSI installer.

Regards. Dave