[net] [admin]: Moved Nagios programs from Network|Monitoring to Administration because nagios was the only monitoring app under monitoring, and Administration already had monitoring applications
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26051 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
11
admin/nagios-plugins/patches/003-pgsl-header-fix.patch
Normal file
11
admin/nagios-plugins/patches/003-pgsl-header-fix.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- a/plugins/check_pgsql.c
|
||||
+++ b/plugins/check_pgsql.c
|
||||
@@ -37,7 +37,7 @@ const char *email = "nagiosplug-devel@li
|
||||
|
||||
#include "netutils.h"
|
||||
#include <libpq-fe.h>
|
||||
-#include <pg_config_manual.h>
|
||||
+#include <postgresql/server/pg_config_manual.h>
|
||||
|
||||
#define NAMEDATALEN 64
|
||||
#define DEFAULT_DB "template1"
|
Reference in New Issue
Block a user