aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/pnp-icinga
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2013-09-29 09:00:04 +0000
committerLars Engels <lme@FreeBSD.org>2013-09-29 09:00:04 +0000
commitad9536a8d7aa03bc1b4e06937457285224be33df (patch)
tree1bc0a2b66f816d454154ae1bb7f3517fc7d3cfe2 /net-mgmt/pnp-icinga
parent410f653bbbea8f1f4f13bf1699edda6d4873b318 (diff)
downloadports-ad9536a8d7aa03bc1b4e06937457285224be33df.tar.gz
ports-ad9536a8d7aa03bc1b4e06937457285224be33df.zip
Notes
Diffstat (limited to 'net-mgmt/pnp-icinga')
-rw-r--r--net-mgmt/pnp-icinga/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net-mgmt/pnp-icinga/Makefile b/net-mgmt/pnp-icinga/Makefile
new file mode 100644
index 000000000000..4ae3b46fef3c
--- /dev/null
+++ b/net-mgmt/pnp-icinga/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -icinga
+
+MAINTAINER= lme@FreeBSD.org
+COMMENT= Icinga performance data collector and grapher
+
+MASTERDIR= ${.CURDIR}/../pnp
+
+RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
+ icinga:${PORTSDIR}/net-mgmt/icinga
+
+NAGIOSDIR?= /var/spool/icinga
+NAGIOSHTMURL?= /icinga
+NAGIOSUSER?= icinga
+NAGIOSGROUP?= icinga
+
+.include "${MASTERDIR}/Makefile"