12 lines
403 B
Plaintext
12 lines
403 B
Plaintext
$OpenBSD: patch-plugins_check_pgsql_c,v 1.3 2008/03/26 20:21:45 sthen Exp $
|
|
--- plugins/check_pgsql.c.orig Wed Mar 26 16:05:44 2008
|
|
+++ plugins/check_pgsql.c Wed Mar 26 16:06:36 2008
|
|
@@ -44,6 +44,7 @@ const char *email = "nagiosplug-devel@lists.sourceforg
|
|
|
|
#include "netutils.h"
|
|
#include <libpq-fe.h>
|
|
+#include <pg_config_manual.h>
|
|
|
|
#define DEFAULT_DB "template1"
|
|
#define DEFAULT_HOST "127.0.0.1"
|