ports/databases/libzbxpgsql/files/patch-src_libzbxpgsql.c
Matthew Seaman 84ccc77177 This project provides comprehensive monitoring of PostgreSQL servers using a
natively compiled Zabbix agent module, written in C.

The module enables discovery and monitoring of tablespaces, databases,
namespaces, tables, indexes, etc.

A preconfigured Zabbix Template is also included for your convenience.

WWW: http://cavaliercoder.com/libzbxpgsql/

PR:		211844
Submitted by:	Martin Waschbuesch <martin@waschbuesch.de>
2016-08-16 07:57:21 +00:00

13 lines
251 B
C

--- src/libzbxpgsql.c.orig 2016-06-25 14:18:03 UTC
+++ src/libzbxpgsql.c
@@ -24,6 +24,9 @@
*/
#include "libzbxpgsql.h"
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
// Define custom keys
static ZBX_METRIC keys[] =