svn commit: r451879 - in head/databases: . zabbix34-libzbxpgsql
Danilo G. Baio
dbaio at FreeBSD.org
Thu Oct 12 14:02:40 UTC 2017
Author: dbaio
Date: Thu Oct 12 14:02:39 2017
New Revision: 451879
URL: https://svnweb.freebsd.org/changeset/ports/451879
Log:
New port databases/zabbix34-libzbxpgsql: PostgreSQL monitoring module for zabbix34-agent
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 at pakhom.spb.ru
Approved by: Martin Waschbüsch <martin at waschbuesch.de> (maintainer)
Added:
head/databases/zabbix34-libzbxpgsql/
- copied from r451875, head/databases/zabbix32-libzbxpgsql/
Modified:
head/databases/Makefile
head/databases/zabbix34-libzbxpgsql/Makefile
Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile Thu Oct 12 13:59:48 2017 (r451878)
+++ head/databases/Makefile Thu Oct 12 14:02:39 2017 (r451879)
@@ -1048,6 +1048,7 @@
SUBDIR += zabbix22-libzbxpgsql
SUBDIR += zabbix3-libzbxpgsql
SUBDIR += zabbix32-libzbxpgsql
+ SUBDIR += zabbix34-libzbxpgsql
SUBDIR += zodb3
.include <bsd.port.subdir.mk>
Modified: head/databases/zabbix34-libzbxpgsql/Makefile
==============================================================================
--- head/databases/zabbix32-libzbxpgsql/Makefile Thu Oct 12 13:17:48 2017 (r451875)
+++ head/databases/zabbix34-libzbxpgsql/Makefile Thu Oct 12 14:02:39 2017 (r451879)
@@ -5,7 +5,7 @@ PORTNAME= libzbxpgsql
PORTVERSION= 1.1.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
-PKGNAMEPREFIX= zabbix32-
+PKGNAMEPREFIX= zabbix34-
MAINTAINER= martin at waschbuesch.de
COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers
More information about the svn-ports-head
mailing list