From owner-svn-ports-all@freebsd.org Fri Aug 5 16:20:16 2016 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 5221EBB008D; Fri, 5 Aug 2016 16:20:16 +0000 (UTC) (envelope-from lme@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 1F09F1964; Fri, 5 Aug 2016 16:20:16 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u75GKFl8038478; Fri, 5 Aug 2016 16:20:15 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u75GKFRJ038476; Fri, 5 Aug 2016 16:20:15 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201608051620.u75GKFRJ038476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Fri, 5 Aug 2016 16:20:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419694 - in head/net-mgmt: . pnp-icinga2 X-SVN-Group: ports-head 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.22 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: Fri, 05 Aug 2016 16:20:16 -0000 Author: lme Date: Fri Aug 5 16:20:14 2016 New Revision: 419694 URL: https://svnweb.freebsd.org/changeset/ports/419694 Log: Add a slave port of net-mgmt/pnp for use with net-mgmt/icinga2 and net-mgmt/icingaweb2 Suggested by: mr Added: head/net-mgmt/pnp-icinga2/ - copied from r419466, head/net-mgmt/pnp-icinga/ Modified: head/net-mgmt/Makefile head/net-mgmt/pnp-icinga2/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Fri Aug 5 16:09:28 2016 (r419693) +++ head/net-mgmt/Makefile Fri Aug 5 16:20:14 2016 (r419694) @@ -269,6 +269,7 @@ SUBDIR += pmacct SUBDIR += pnp SUBDIR += pnp-icinga + SUBDIR += pnp-icinga2 SUBDIR += portmon SUBDIR += py-flowtools SUBDIR += py-ipcalc Modified: head/net-mgmt/pnp-icinga2/Makefile ============================================================================== --- head/net-mgmt/pnp-icinga/Makefile Tue Aug 2 06:11:31 2016 (r419466) +++ head/net-mgmt/pnp-icinga2/Makefile Fri Aug 5 16:20:14 2016 (r419694) @@ -1,17 +1,17 @@ # $FreeBSD$ -PKGNAMESUFFIX= -icinga +PKGNAMESUFFIX= -icinga2 MAINTAINER= lme@FreeBSD.org -COMMENT= Icinga performance data collector and grapher +COMMENT= Icinga2 performance data collector and grapher MASTERDIR= ${.CURDIR}/../pnp RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:databases/rrdtool \ - ${LOCALBASE}/www/icinga/main.html:net-mgmt/icinga-classicweb + ${LOCALBASE}/www/icingaweb2/public/index.php:net-mgmt/icingaweb2 -NAGIOSDIR?= /var/spool/icinga -NAGIOSHTMURL?= /icinga +NAGIOSDIR?= /var/spool/icinga2 +NAGIOSHTMURL?= /icingaweb2 NAGIOSUSER?= icinga NAGIOSGROUP?= icinga