pgTray - win32 tray tool for monitoring PostgreSQL service
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.
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
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 settingsHave 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.
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
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
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