[Nagiosplug-checkins] SF.net SVN: nagiosplug: [1934] nagiosplug/trunk
psychotrahe at users.sourceforge.net
psychotrahe at users.sourceforge.net
Wed Feb 13 21:36:00 CET 2008
Revision: 1934
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1934&view=rev
Author: psychotrahe
Date: 2008-02-13 12:36:00 -0800 (Wed, 13 Feb 2008)
Log Message:
-----------
check_pgsql now builds with postgres lib v8.3 (Jan Wagner #1878972)
Modified Paths:
--------------
nagiosplug/trunk/NEWS
nagiosplug/trunk/plugins/check_pgsql.c
Modified: nagiosplug/trunk/NEWS
===================================================================
--- nagiosplug/trunk/NEWS 2008-02-13 19:14:37 UTC (rev 1933)
+++ nagiosplug/trunk/NEWS 2008-02-13 20:36:00 UTC (rev 1934)
@@ -11,6 +11,7 @@
Fix bugs and flaws in best offset server selection of check_ntp_time and (deprecated) check_ntp
check_ntp_peer now checks for the LI_ALARM flag
Sync to latest Gnulib (includes new floorf function)
+ check_pgsql now successfully builds with postgres lib v8.3 (Bug #1878972)
1.4.11 13th December 2007
Fixed check_http regression in 1.4.10 where following redirects to
Modified: nagiosplug/trunk/plugins/check_pgsql.c
===================================================================
--- nagiosplug/trunk/plugins/check_pgsql.c 2008-02-13 19:14:37 UTC (rev 1933)
+++ nagiosplug/trunk/plugins/check_pgsql.c 2008-02-13 20:36:00 UTC (rev 1934)
@@ -41,6 +41,7 @@
#include "netutils.h"
#include <libpq-fe.h>
+#include <pg_config_manual.h>
#define DEFAULT_DB "template1"
#define DEFAULT_HOST "127.0.0.1"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list