From owner-svn-ports-all@freebsd.org Thu Oct 12 14:02:40 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C70C2E2A703; Thu, 12 Oct 2017 14:02:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 902947C5E0; Thu, 12 Oct 2017 14:02:40 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9CE2dmu013616; Thu, 12 Oct 2017 14:02:39 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9CE2dAu013614; Thu, 12 Oct 2017 14:02:39 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <201710121402.v9CE2dAu013614@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Thu, 12 Oct 2017 14:02:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451879 - in head/databases: . zabbix34-libzbxpgsql X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/databases: . zabbix34-libzbxpgsql X-SVN-Commit-Revision: 451879 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Oct 2017 14:02:40 -0000 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@pakhom.spb.ru Approved by: Martin Waschbüsch (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 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@waschbuesch.de COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers