Re: PQping command line tool

From: Jim Nasby <jim(at)nasby(dot)net>
To: Greg Sabino Mullane <greg(at)turnstep(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: PQping command line tool
Date: 2012-10-08 23:20:55
Message-ID: 50735FD7.3030500@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 10/4/12 11:34 AM, Greg Sabino Mullane wrote:
>> I was wondering recently if there was any command line tool that
>> >utilized PQping() or PQpingParams(). I searched the code and couldn't
>> >find anything and was wondering if there was any interest to have
>> >something like this included? I wrote something for my purposes of
>> >performing a health check that also supports nagios style status
>> >output. It's probably convenient for scripting purposes as well.
> I'm not sure how useful this information would be. Most health
> checks (Nagios or otherwise) really only care if things are
> working all the up to point A or not, where point A is usually
> a simple query such as "SELECT 1". Knowing various failure states
> as returned by PQping* does not seem to fit into such tools -
> any failure needs to be handled manually.

For whatever reason our Nagios setup telnets to the port to see if it's open, which means we get a ton of messages in the log about authentication errors or some such. It'd be useful to us to have a utility that could cleanly validate the server was up and communicating, without having to actually login.
--
Jim C. Nasby, Database Architect jim(at)nasby(dot)net
512.569.9461 (cell) http://jim.nasby.net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-10-08 23:25:56 Re: MemSetLoop ignoring the 'val' parameter
Previous Message Jim Nasby 2012-10-08 23:16:30 Re: Support for REINDEX CONCURRENTLY