aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pnp-icinga2
diff options
context:
space:
mode:
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"