aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/pnp-icinga/Makefile
blob: 4ae3b46fef3c399aa003a6efb50dfaa5960ca568 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"