diff options
author | dougb <dougb@FreeBSD.org> | 2011-05-18 09:55:00 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-05-18 09:55:00 +0800 |
commit | 1149b5775492c99886633795883f75a49655883f (patch) | |
tree | 0ccc0fb0ce627caa92e473e4362d89ec49fe19b2 /net-mgmt | |
parent | 24748ab45bfbd4c8a7302eb5deebbd4085efdbcf (diff) | |
download | freebsd-ports-gnome-1149b5775492c99886633795883f75a49655883f.tar.gz freebsd-ports-gnome-1149b5775492c99886633795883f75a49655883f.tar.zst freebsd-ports-gnome-1149b5775492c99886633795883f75a49655883f.zip |
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
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/check_mysql_health/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/check_mysql_health/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/check_mysql_health/Makefile b/net-mgmt/check_mysql_health/Makefile index 2b4810247095..e0006d97f2b7 100644 --- a/net-mgmt/check_mysql_health/Makefile +++ b/net-mgmt/check_mysql_health/Makefile @@ -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@taximagic.com COMMENT= Nagios plugin to check various parameters of a MySQL database @@ -33,6 +33,6 @@ NAGIOSGROUP?= nagios NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health -PLIST_DIRS= libexec/nagios +PLIST_DIRS= libexec/nagios .include <bsd.port.mk> diff --git a/net-mgmt/check_mysql_health/distinfo b/net-mgmt/check_mysql_health/distinfo index dfc0836b2c6e..a5a2849ef321 100644 --- a/net-mgmt/check_mysql_health/distinfo +++ b/net-mgmt/check_mysql_health/distinfo @@ -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 |