Re: your mail

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Adelino Silva <adelino(dot)j(dot)silva(at)googlemail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: your mail
Date: 2018-11-19 15:39:15
Message-ID: 20181119153915.GQ3415@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Greetings,

* Adelino Silva (adelino(dot)j(dot)silva(at)googlemail(dot)com) wrote:
> A system monitoring tool like "nc -vz localhost 5432" to monitor the
> database server is causing the warning, any way way to filter or ignore
> messages in postgresql log file
>
> LOG: incomplete startup packet

Not today. You'd be *much* better off with a monitor that actually logs
in and does something like 'SELECT 1;' or similar though.

Testing that you can connect to the TCP port is actually pretty useless
as far as checking to see if the service is functioning properly.

Thanks!

Stephen

In response to

  • at 2018-11-19 14:54:13 from Adelino Silva

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2018-11-19 15:53:15 Re: fix psql \conninfo & \connect when using hostaddr
Previous Message s.cherkashin 2018-11-19 15:22:42 Add client connection check during the execution of the query