Re: pgping?

From: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: pgping?
Date: 2025-09-19 04:00:37
Message-ID: CANzqJaApzEfVtBqvitzFunaVNpwTDy=rNorXm0_YAuCFVO_c=w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Thu, Sep 18, 2025 at 4:47 PM Ron Watkins <rwatki(at)gmail(dot)com> wrote:

> How do you install pgping on RHEL 9?
> It doesn't appear to come with the distribution.
> Is there some specific repo you need to use?
>

Is it in the RHEL 8 repo?

What does it do that ncat and psql don't do?

Test_PG1() { nc -zw5 $1 5432 &> /dev/null ; }
Test_PG2() { psql -h $1 -XAtqc "select version()" &> /dev/null ; }

Test_PG1 example.com || { echo "Server inaccessible."; do_something; }

--
Death to <Redacted>, and butter sauce.
Don't boil me, I'm still alive.
<Redacted> lobster!

In response to

  • pgping? at 2025-09-18 20:46:15 from Ron Watkins

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2025-09-19 04:06:42 Re: pgping?
Previous Message Ron Watkins 2025-09-18 20:46:15 pgping?