Date: Fri, 5 Aug 2016 16:20:15 +0000 (UTC) From: Lars Engels <lme@FreeBSD.org> 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 Message-ID: <201608051620.u75GKFRJ038476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608051620.u75GKFRJ038476>