mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Add a slave port to pnp: pnp-icinga to use PNP with Icinga.
Approved by: portmgr (bapt)
This commit is contained in:
parent
410f653bbb
commit
ad9536a8d7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328653
3 changed files with 22 additions and 3 deletions
|
@ -262,6 +262,7 @@
|
||||||
SUBDIR += pixilate
|
SUBDIR += pixilate
|
||||||
SUBDIR += pmacct
|
SUBDIR += pmacct
|
||||||
SUBDIR += pnp
|
SUBDIR += pnp
|
||||||
|
SUBDIR += pnp-icinga
|
||||||
SUBDIR += portmon
|
SUBDIR += portmon
|
||||||
SUBDIR += py-flowtools
|
SUBDIR += py-flowtools
|
||||||
SUBDIR += py-ipcalc
|
SUBDIR += py-ipcalc
|
||||||
|
|
18
net-mgmt/pnp-icinga/Makefile
Normal file
18
net-mgmt/pnp-icinga/Makefile
Normal file
|
@ -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"
|
|
@ -8,13 +8,13 @@ MASTER_SITES= SF
|
||||||
MASTER_SITE_SUBDIR=pnp4nagios/PNP-0.6
|
MASTER_SITE_SUBDIR=pnp4nagios/PNP-0.6
|
||||||
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
DISTNAME= pnp4nagios-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||||
|
|
||||||
MAINTAINER= rea@FreeBSD.org
|
MAINTAINER?= rea@FreeBSD.org
|
||||||
COMMENT= Nagios performance data collector and grapher
|
COMMENT?= Nagios performance data collector and grapher
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
|
BUILD_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool
|
||||||
RUN_DEPENDS= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
|
RUN_DEPENDS?= ${LOCALBASE}/bin/rrdtool:${PORTSDIR}/databases/rrdtool \
|
||||||
nagios:${PORTSDIR}/net-mgmt/nagios
|
nagios:${PORTSDIR}/net-mgmt/nagios
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue