Re: Remote monitoring

From: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
To: Marc Mitchell <marcm(at)eisolution(dot)com>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-admin(at)postgresql(dot)org
Subject: Re: Remote monitoring
Date: 2002-09-06 14:57:17
Message-ID: 20020906145717.GC4470@rice.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Fri, Sep 06, 2002 at 08:42:15AM -0500, Marc Mitchell wrote:
> ----- Original Message -----
> From: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>
> To: "Marc Mitchell" <marcm(at)eisolution(dot)com>
> Cc: <pgsql-admin(at)postgresql(dot)org>
> Sent: Thursday, September 05, 2002 11:25 PM
> Subject: Re: [ADMIN] Remote monitoring
>
>
> > Marc Mitchell wrote:
>
> >
> > Another option is to ssh into the machine, set your $DISPLAY back to
> > your local machine, and then run pgmonitor. ssh does secure remote X
> > display.
>
> When remote, the link between my workstation to the box being monitored is
> via the net where my machine gains access via a NAT router and does not
> have its own publicly routable IP. So making the connection back from
> server to workstation is problematic at best.

I think you and Bruce are talking past each other, here. You mention
slogin, Bruce mentions SSH. Clearly, the server can get packets to your
workstation, and vice versa, since you can get a terminal session. SSH
has the capability to piggy-back an encrypted X session on top of that
connection: I don't think slogin does. To use it, you need to enable
the option, or use the command line switch (unfortunately, the switch
has varied from version to version of SSH, so I can't tell you which
one it is, either -x or -X)

If you've got sshd running on the server, you're golden - I do this all
the time, with our wireless net here, BTW.

Ross

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David F. Skoll 2002-09-06 14:59:55 Curses-based Tk toolkit (was Re: Remote monitoring)
Previous Message Bruce Momjian 2002-09-06 14:38:30 Re: Remote monitoring