ports/157105: Update net-mgmt/check_mysql_health to 2.1.5.1

Doug Barton dougb at FreeBSD.org
Tue May 17 07:30:11 UTC 2011


>Number:         157105
>Category:       ports
>Synopsis:       Update net-mgmt/check_mysql_health to 2.1.5.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 17 07:30:10 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Doug Barton
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
AAAG
>Environment:
	DNA
>Description:
	Update net-mgmt/check_mysql_health 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

>How-To-Repeat:
	DNA
>Fix:
	Apply the following patch:


Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/check_mysql_health/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	16 Dec 2010 04:03:05 -0000	1.2
+++ Makefile	17 May 2011 06:46:56 -0000
@@ -6,9 +6,9 @@
 #
 
 PORTNAME=	check_mysql_health
-PORTVERSION=	2.1.3
+PORTVERSION=	2.1.5.1
 CATEGORIES=	net-mgmt
-MASTER_SITES=	http://labs.consol.de/wp-content/uploads/2010/10/
+MASTER_SITES=	http://labs.consol.de/wp-content/uploads/2011/04/
 
 MAINTAINER=	ssanders at taximagic.com
 COMMENT=	Nagios plugin to check various parameters of a MySQL database
@@ -33,6 +33,6 @@
 NAGIOSDIR?=	/var/spool/nagios
 
 PLIST_FILES=	libexec/nagios/check_mysql_health
-PLIST_DIRS=		libexec/nagios
+PLIST_DIRS=	libexec/nagios
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/net-mgmt/check_mysql_health/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	20 Mar 2011 12:53:45 -0000	1.2
+++ distinfo	17 May 2011 06:46:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (check_mysql_health-2.1.3.tar.gz) = 55bdc589034105b09a7fcbed94f85c1f379da23fe00212b15b3f5a78be1d322e
-SIZE (check_mysql_health-2.1.3.tar.gz) = 115861
+SHA256 (check_mysql_health-2.1.5.1.tar.gz) = dc6c6019ac318cc8e74a6065f16ccf3b93bb2c3b35aa47054dcf24803a967a0c
+SIZE (check_mysql_health-2.1.5.1.tar.gz) = 118408


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list