pgTray - win32 tray tool for monitoring PostgreSQL service

Started by Andrei Kovalevskiover 18 years ago6 messagesgeneral
Jump to latest
#1Andrei Kovalevski
andyk@commandprompt.com

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.

#2Tony Caduto
tony_caduto@amsoftwaredesign.com
In reply to: Andrei Kovalevski (#1)
Re: pgTray - win32 tray tool for monitoring PostgreSQL service

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

#3Andrei Kovalevski
andyk@commandprompt.com
In reply to: Tony Caduto (#2)
Re: pgTray - win32 tray tool for monitoring PostgreSQL service

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.

#4Magnus Hagander
magnus@hagander.net
In reply to: Tony Caduto (#2)
Re: pgTray - win32 tray tool for monitoring PostgreSQL service

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

#5Magnus Hagander
magnus@hagander.net
In reply to: Andrei Kovalevski (#3)
Re: pgTray - win32 tray tool for monitoring PostgreSQL service

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

#6Dave Page
dpage@pgadmin.org
In reply to: Magnus Hagander (#5)
Re: pgTray - win32 tray tool for monitoring PostgreSQL service

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