Re: nagios & PG - Mailing list pgsql-novice

From Kenneth Marshall
Subject Re: nagios & PG
Date
Msg-id 20090804205358.GK6960@it.is.rice.edu
Whole thread Raw
In response to nagios & PG  (Isabella Ghiurea <isabella.ghiurea@nrc-cnrc.gc.ca>)
List pgsql-novice
On Tue, Aug 04, 2009 at 01:50:31PM -0700, Isabella Ghiurea wrote:
> Hi Gurus,
> We are running Nagios version 3.0 to monitor a PG v 8.3.6  database server
> RHES 5, nagios is trying to  open a  tcp connection on port 5432 .
> every time the monitoring job is running PG is logging  the following
> message in errorlog , how can we stop this message?
> 2009-08-04 12:40:31 PDT [16504]: [1-1] LOG:  incomplete startup packet
> 2009-08-04 12:45:31 PDT [16610]: [1-1] LOG:  incomplete startup packet
>
> Thank you
> Isabella
>
> --
>
Open a real connection to the DB using DBI/DBD instead of
the connection check. Otherwise, you will need to ignore
the informational message about the poor behavior of your
monitoring process.

Cheers,
Ken


pgsql-novice by date:

Previous
From: Lacey Powers
Date:
Subject: Re: Where can I find the PostgreSQL 8.2.5 binaries?
Next
From: Kenneth Marshall
Date:
Subject: Re: Graphical user interface