svn commit: r419694 - in head/net-mgmt: . pnp-icinga2

Lars Engels lme at FreeBSD.org
Fri Aug 5 16:20:16 UTC 2016


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 at 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
 


More information about the svn-ports-all mailing list