aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pnp-icinga2
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2016-08-05 16:20:14 +0000
committerLars Engels <lme@FreeBSD.org>2016-08-05 16:20:14 +0000
commit47f0bc30ec4a10739d033dd0b306aff7219e83ea (patch)
tree7ab4d22832e20884c4557a51d5c16386a4c7105e /net-mgmt/pnp-icinga2
parente98b0edf6e4d9f12673e60b9a601d8eb5624ff22 (diff)
downloadports-47f0bc30ec4a10739d033dd0b306aff7219e83ea.tar.gz
ports-47f0bc30ec4a10739d033dd0b306aff7219e83ea.zip
Add a slave port of net-mgmt/pnp for use with net-mgmt/icinga2 and net-mgmt/icingaweb2
Suggested by: mr
Notes
Notes: svn path=/head/; revision=419694
Diffstat (limited to 'net-mgmt/pnp-icinga2')
-rw-r--r--net-mgmt/pnp-icinga2/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/pnp-icinga2/Makefile b/net-mgmt/pnp-icinga2/Makefile
new file mode 100644
index 000000000000..6592e8692496
--- /dev/null
+++ b/net-mgmt/pnp-icinga2/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -icinga2
+
+MAINTAINER= lme@FreeBSD.org
+COMMENT= Icinga2 performance data collector and grapher
+
+MASTERDIR= ${.CURDIR}/../pnp
+
+RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:databases/rrdtool \
+ ${LOCALBASE}/www/icingaweb2/public/index.php:net-mgmt/icingaweb2
+
+NAGIOSDIR?= /var/spool/icinga2
+NAGIOSHTMURL?= /icingaweb2
+NAGIOSUSER?= icinga
+NAGIOSGROUP?= icinga
+
+.include "${MASTERDIR}/Makefile"