aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/check_mysql_health/Makefile
blob: 6cbb22ccdcb3ae99e95dc3898bc0822e18acd53b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
PORTNAME=	check_mysql_health
DISTVERSION=	3.0.0.5
PORTREVISION=	2
CATEGORIES=	net-mgmt
MASTER_SITES=	https://labs.consol.de/assets/downloads/nagios/

MAINTAINER=	kirill@varnakov.com
COMMENT=	Nagios plugin to check various parameters of a MySQL database
WWW=		https://labs.consol.de/de/nagios/check_mysql_health/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${DBD_MYSQL}

USES=		autoreconf mysql perl5 gmake

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-statefiles-dir=${NAGIOSDIR} \
		--with-nagios-user=${NAGIOSUSER} \
		--with-nagios-group=${NAGIOSGROUP} \
		--with-mymodules-dir=${PREFIX}/libexec/nagios \
		--with-mymodules-dyn-dir=${PREFIX}/libexec/nagios \
		--libexecdir=${PREFIX}/libexec/nagios \
		--with-perl=${PERL}

NO_ARCH=	yes

NAGIOSUSER?=	nagios
NAGIOSGROUP?=	nagios
NAGIOSDIR?=	/var/spool/nagios

PLIST_FILES=	libexec/nagios/check_mysql_health

.include <bsd.port.mk>