Index: head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_check_mysql_health.pl =================================================================== --- head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_check_mysql_health.pl (revision 396176) +++ head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_check_mysql_health.pl (nonexistent) @@ -1,13 +0,0 @@ ---- plugins-scripts/check_mysql_health.pl.orig 2014-12-07 18:44:47.220159275 +0000 -+++ plugins-scripts/check_mysql_health.pl 2014-12-07 18:51:34.356136684 +0000 -@@ -353,8 +353,8 @@ - $needs_restart = 1; - # if the calling script has a path for shared libs and there is no --environment - # parameter then the called script surely needs the variable too. -- foreach my $important_env qw(LD_LIBRARY_PATH SHLIB_PATH -- ORACLE_HOME TNS_ADMIN ORA_NLS ORA_NLS33 ORA_NLS10) { -+ foreach my $important_env (qw(LD_LIBRARY_PATH SHLIB_PATH -+ ORACLE_HOME TNS_ADMIN ORA_NLS ORA_NLS33 ORA_NLS10)) { - if ($ENV{$important_env} && ! scalar(grep { /^$important_env=/ } - keys %{$commandline{environment}})) { - $commandline{environment}->{$important_env} = $ENV{$important_env}; Property changes on: head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_check_mysql_health.pl ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Server.pm =================================================================== --- head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Server.pm (revision 396176) +++ head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Server.pm (nonexistent) @@ -1,11 +0,0 @@ ---- plugins-scripts/Nagios/DBD/MySQL/Server.pm.orig 2014-12-07 18:56:47.435107795 +0000 -+++ plugins-scripts/Nagios/DBD/MySQL/Server.pm 2014-12-07 18:57:22.394116542 +0000 -@@ -310,7 +310,7 @@ - my $message = shift; - push(@{$self->{nagios}->{messages}->{$level}}, $message); - # recalc current level -- foreach my $llevel qw(CRITICAL WARNING UNKNOWN OK) { -+ foreach my $llevel (qw(CRITICAL WARNING UNKNOWN OK)) { - if (scalar(@{$self->{nagios}->{messages}->{$ERRORS{$llevel}}})) { - $self->{nagios_level} = $ERRORS{$llevel}; - } Property changes on: head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Server.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Cluster.pm =================================================================== --- head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Cluster.pm (revision 396176) +++ head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Cluster.pm (nonexistent) @@ -1,11 +0,0 @@ ---- plugins-scripts/Nagios/DBD/MySQL/Cluster.pm.orig 2014-12-07 18:40:22.318185465 +0000 -+++ plugins-scripts/Nagios/DBD/MySQL/Cluster.pm 2014-12-07 18:41:15.780179599 +0000 -@@ -192,7 +192,7 @@ - my $message = shift; - push(@{$self->{nagios}->{messages}->{$level}}, $message); - # recalc current level -- foreach my $llevel qw(CRITICAL WARNING UNKNOWN OK) { -+ foreach my $llevel (qw(CRITICAL WARNING UNKNOWN OK)) { - if (scalar(@{$self->{nagios}->{messages}->{$ERRORS{$llevel}}})) { - $self->{nagios_level} = $ERRORS{$llevel}; - } Property changes on: head/net-mgmt/check_mysql_health/files/patch-plugins-scripts_Nagios_DBD_MySQL_Cluster.pm ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/net-mgmt/check_mysql_health/Makefile =================================================================== --- head/net-mgmt/check_mysql_health/Makefile (revision 396176) +++ head/net-mgmt/check_mysql_health/Makefile (revision 396177) @@ -1,35 +1,34 @@ # $FreeBSD$ PORTNAME= check_mysql_health -PORTVERSION= 2.1.5.1 -PORTREVISION= 1 +PORTVERSION= 2.2.1 CATEGORIES= net-mgmt -MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/04/ +MASTER_SITES= https://labs.consol.de/assets/downloads/nagios/ MAINTAINER= ports@FreeBSD.org COMMENT= Nagios plugin to check various parameters of a MySQL database LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql 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} USES= perl5 NO_ARCH= yes NAGIOSUSER?= nagios NAGIOSGROUP?= nagios NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health .include Index: head/net-mgmt/check_mysql_health/distinfo =================================================================== --- head/net-mgmt/check_mysql_health/distinfo (revision 396176) +++ head/net-mgmt/check_mysql_health/distinfo (revision 396177) @@ -1,2 +1,2 @@ -SHA256 (check_mysql_health-2.1.5.1.tar.gz) = dc6c6019ac318cc8e74a6065f16ccf3b93bb2c3b35aa47054dcf24803a967a0c -SIZE (check_mysql_health-2.1.5.1.tar.gz) = 118408 +SHA256 (check_mysql_health-2.2.1.tar.gz) = a88aabe7bd9ead97998e2d4dd4d41c2ddfd4373d759b4312dc92ce18fc983b55 +SIZE (check_mysql_health-2.2.1.tar.gz) = 140160 Index: head/net-mgmt/check_mysql_health/pkg-descr =================================================================== --- head/net-mgmt/check_mysql_health/pkg-descr (revision 396176) +++ head/net-mgmt/check_mysql_health/pkg-descr (revision 396177) @@ -1,3 +1,5 @@ -a plugin to check various parameters of a MySQL database +Plugin to check various parameters of a MySQL database. -WWW: http://labs.consol.de/lang/en/nagios/check_mysql_health/ +The english site is at /en/, but not as up2date. + +WWW: https://labs.consol.de/de/nagios/check_mysql_health/