1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net-mgmt/check_mysql_health/Makefile
Doug Barton fe19b573ef Update to 2.1.5.1:
2011-01-03
bugfix in mode sql (numerical vs. regexp output)

2010-12-20 2.1.5
fixed a division by zero bug in index-usage (Thanks Wiltmut Gerdes)
fixed a severe bug when loading dynamic extensions (Thanks Ralph Schneider)
added mode table-fragmentation
fixed a bug in table-lock-contention (thanks mayukmok00)
mode sql can now have a non-numerical output which is compared to a string/regexp
new parameter –dbthresholds
new mode report can be used to output only the bad news (short,long,html)

2010-10-02 2.1.4
added modes threads-created, threads-running, threads-cached
added connects-aborted, clients-aborted

Minor whitespace fix for PLIST_DIRS

PR:		ports/157105
Submitted by:	me
Approved by:	maintainer
2011-05-18 01:55:00 +00:00

39 lines
1012 B
Makefile

# New ports collection makefile for: check_mysql_health
# Date created: November 8, 2010
# Whom: pgollucci@p6m7g8.com
#
# $FreeBSD$
#
PORTNAME= check_mysql_health
PORTVERSION= 2.1.5.1
CATEGORIES= net-mgmt
MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/04/
MAINTAINER= ssanders@taximagic.com
COMMENT= Nagios plugin to check various parameters of a MySQL database
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql
LICENSE= GPLv2
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}
USE_PERL5= yes
NAGIOSUSER?= nagios
NAGIOSGROUP?= nagios
NAGIOSDIR?= /var/spool/nagios
PLIST_FILES= libexec/nagios/check_mysql_health
PLIST_DIRS= libexec/nagios
.include <bsd.port.mk>