mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
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. WWW: http://cavaliercoder.com/libzbxpgsql/ databases/zabbix32-libzbxpgsql -> databases/zabbix34-libzbxpgsql PR: 222600 Submitted by: pg@pakhom.spb.ru Approved by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer)
12 lines
251 B
C
12 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[] =
|