diff options
author | Lars Engels <lme@FreeBSD.org> | 2016-08-05 16:20:14 +0000 |
---|---|---|
committer | Lars Engels <lme@FreeBSD.org> | 2016-08-05 16:20:14 +0000 |
commit | 47f0bc30ec4a10739d033dd0b306aff7219e83ea (patch) | |
tree | 7ab4d22832e20884c4557a51d5c16386a4c7105e /net-mgmt/pnp-icinga2 | |
parent | e98b0edf6e4d9f12673e60b9a601d8eb5624ff22 (diff) |
Notes
Diffstat (limited to 'net-mgmt/pnp-icinga2')
-rw-r--r-- | net-mgmt/pnp-icinga2/Makefile | 18 |
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" |