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