[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 02/05: check_mysql_health: Update to 2.2.2
Jan Wagner
waja at moszumanska.debian.org
Thu Jun 30 09:16:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.
commit 7532d99d34118dc63a59a397be9fb741d5f55ec3
Author: Jan Wagner <waja at cyconet.org>
Date: Wed Jun 29 21:46:32 2016 +0200
check_mysql_health: Update to 2.2.2
---
.../AUTHORS | 0
.../COPYING | 0
.../ChangeLog | 6 +++--
.../INSTALL | 0
.../Makefile.am | 0
.../Makefile.in | 5 ++--
.../NEWS | 0
.../README | 0
.../TODO | 0
.../acinclude.m4 | 0
.../aclocal.m4 | 6 ++---
.../config.guess | 0
.../config.sub | 0
.../configure | 20 ++++++++--------
.../configure.ac | 2 +-
.../contrib/CheckMySQLHealthExt1.pm | 0
.../contrib/README.my-extensions | 0
.../contrib/check_mysql_health.php | 0
.../install-sh | 0
.../missing | 0
.../plugins-scripts/Makefile.am | 0
.../plugins-scripts/Makefile.in | 2 +-
.../plugins-scripts/Nagios/DBD/MySQL/Cluster.pm | 0
.../plugins-scripts/Nagios/DBD/MySQL/Server.pm | 27 +++++++++++++++++++---
.../Nagios/DBD/MySQL/Server/Instance.pm | 0
.../Nagios/DBD/MySQL/Server/Instance/Innodb.pm | 0
.../Nagios/DBD/MySQL/Server/Instance/Myisam.pm | 0
.../DBD/MySQL/Server/Instance/Replication.pm | 0
.../plugins-scripts/Nagios/Extraopts.pm | 0
.../plugins-scripts/check_mysql_health.pl | 0
.../plugins-scripts/subst.in | 0
.../t/Makefile.am | 0
.../t/Makefile.in | 2 +-
.../t/check_mysql_health.t | 0
check_mysql_health/control | 2 +-
check_mysql_health/src | 2 +-
36 files changed, 49 insertions(+), 25 deletions(-)
diff --git a/check_mysql_health/check_mysql_health-2.2.1/AUTHORS b/check_mysql_health/check_mysql_health-2.2.2/AUTHORS
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/AUTHORS
rename to check_mysql_health/check_mysql_health-2.2.2/AUTHORS
diff --git a/check_mysql_health/check_mysql_health-2.2.1/COPYING b/check_mysql_health/check_mysql_health-2.2.2/COPYING
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/COPYING
rename to check_mysql_health/check_mysql_health-2.2.2/COPYING
diff --git a/check_mysql_health/check_mysql_health-2.2.1/ChangeLog b/check_mysql_health/check_mysql_health-2.2.2/ChangeLog
similarity index 97%
rename from check_mysql_health/check_mysql_health-2.2.1/ChangeLog
rename to check_mysql_health/check_mysql_health-2.2.2/ChangeLog
index 06941af..7792d9b 100755
--- a/check_mysql_health/check_mysql_health-2.2.1/ChangeLog
+++ b/check_mysql_health/check_mysql_health-2.2.2/ChangeLog
@@ -1,6 +1,8 @@
-* 2.2.1 - 2015-08-18
+* 2.2.2 2016-05-13
+ handle permission/syntax problems for mode sql
+* 2.2.1 2015-08-18
fix the autoconf m4, so the debian-builds don't fail (thanks Jan Wagner)
-* 2.2 - 2015-04-23
+* 2.2 2015-04-23
add rfc3986-encoded passwords
* 2.1.9.2 2014-12-22
bugfix in InnoDB initialization & versions > 5.6.1 (Thanks Jorg Veit)
diff --git a/check_mysql_health/check_mysql_health-2.2.1/INSTALL b/check_mysql_health/check_mysql_health-2.2.2/INSTALL
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/INSTALL
rename to check_mysql_health/check_mysql_health-2.2.2/INSTALL
diff --git a/check_mysql_health/check_mysql_health-2.2.1/Makefile.am b/check_mysql_health/check_mysql_health-2.2.2/Makefile.am
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/Makefile.am
rename to check_mysql_health/check_mysql_health-2.2.2/Makefile.am
diff --git a/check_mysql_health/check_mysql_health-2.2.1/Makefile.in b/check_mysql_health/check_mysql_health-2.2.2/Makefile.in
similarity index 99%
rename from check_mysql_health/check_mysql_health-2.2.1/Makefile.in
rename to check_mysql_health/check_mysql_health-2.2.2/Makefile.in
index b227c50..bcf3797 100644
--- a/check_mysql_health/check_mysql_health-2.2.1/Makefile.in
+++ b/check_mysql_health/check_mysql_health-2.2.2/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
@@ -571,9 +571,10 @@ distcheck: dist
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
&& am__cwd=`pwd` \
&& $(am__cd) $(distdir)/_build \
- && ../configure --srcdir=.. --prefix="$$dc_install_base" \
+ && ../configure \
$(AM_DISTCHECK_CONFIGURE_FLAGS) \
$(DISTCHECK_CONFIGURE_FLAGS) \
+ --srcdir=.. --prefix="$$dc_install_base" \
&& $(MAKE) $(AM_MAKEFLAGS) \
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
&& $(MAKE) $(AM_MAKEFLAGS) check \
diff --git a/check_mysql_health/check_mysql_health-2.2.1/NEWS b/check_mysql_health/check_mysql_health-2.2.2/NEWS
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/NEWS
rename to check_mysql_health/check_mysql_health-2.2.2/NEWS
diff --git a/check_mysql_health/check_mysql_health-2.2.1/README b/check_mysql_health/check_mysql_health-2.2.2/README
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/README
rename to check_mysql_health/check_mysql_health-2.2.2/README
diff --git a/check_mysql_health/check_mysql_health-2.2.1/TODO b/check_mysql_health/check_mysql_health-2.2.2/TODO
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/TODO
rename to check_mysql_health/check_mysql_health-2.2.2/TODO
diff --git a/check_mysql_health/check_mysql_health-2.2.1/acinclude.m4 b/check_mysql_health/check_mysql_health-2.2.2/acinclude.m4
old mode 100644
new mode 100755
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/acinclude.m4
rename to check_mysql_health/check_mysql_health-2.2.2/acinclude.m4
diff --git a/check_mysql_health/check_mysql_health-2.2.1/aclocal.m4 b/check_mysql_health/check_mysql_health-2.2.2/aclocal.m4
similarity index 97%
rename from check_mysql_health/check_mysql_health-2.2.1/aclocal.m4
rename to check_mysql_health/check_mysql_health-2.2.2/aclocal.m4
index e6e6dce..96f193a 100644
--- a/check_mysql_health/check_mysql_health-2.2.1/aclocal.m4
+++ b/check_mysql_health/check_mysql_health-2.2.2/aclocal.m4
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.14 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
@@ -35,7 +35,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION],
[am__api_version='1.14'
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
dnl require some minimum version. Point them to the right macro.
-m4_if([$1], [1.14], [],
+m4_if([$1], [1.14.1], [],
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
])
@@ -51,7 +51,7 @@ m4_define([_AM_AUTOCONF_VERSION], [])
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.14])dnl
+[AM_AUTOMAKE_VERSION([1.14.1])dnl
m4_ifndef([AC_AUTOCONF_VERSION],
[m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff --git a/check_mysql_health/check_mysql_health-2.2.1/config.guess b/check_mysql_health/check_mysql_health-2.2.2/config.guess
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/config.guess
rename to check_mysql_health/check_mysql_health-2.2.2/config.guess
diff --git a/check_mysql_health/check_mysql_health-2.2.1/config.sub b/check_mysql_health/check_mysql_health-2.2.2/config.sub
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/config.sub
rename to check_mysql_health/check_mysql_health-2.2.2/config.sub
diff --git a/check_mysql_health/check_mysql_health-2.2.1/configure b/check_mysql_health/check_mysql_health-2.2.2/configure
similarity index 99%
rename from check_mysql_health/check_mysql_health-2.2.1/configure
rename to check_mysql_health/check_mysql_health-2.2.2/configure
index 58297c2..36d070f 100755
--- a/check_mysql_health/check_mysql_health-2.2.1/configure
+++ b/check_mysql_health/check_mysql_health-2.2.2/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for check_mysql_health 2.2.1.
+# Generated by GNU Autoconf 2.69 for check_mysql_health 2.2.2.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='check_mysql_health'
PACKAGE_TARNAME='check_mysql_health'
-PACKAGE_VERSION='2.2.1'
-PACKAGE_STRING='check_mysql_health 2.2.1'
+PACKAGE_VERSION='2.2.2'
+PACKAGE_STRING='check_mysql_health 2.2.2'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1232,7 +1232,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures check_mysql_health 2.2.1 to adapt to many kinds of systems.
+\`configure' configures check_mysql_health 2.2.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1303,7 +1303,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of check_mysql_health 2.2.1:";;
+ short | recursive ) echo "Configuration of check_mysql_health 2.2.2:";;
esac
cat <<\_ACEOF
@@ -1390,7 +1390,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-check_mysql_health configure 2.2.1
+check_mysql_health configure 2.2.2
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1407,7 +1407,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by check_mysql_health $as_me 2.2.1, which was
+It was created by check_mysql_health $as_me 2.2.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2270,7 +2270,7 @@ fi
# Define the identity of the package.
PACKAGE='check_mysql_health'
- VERSION='2.2.1'
+ VERSION='2.2.2'
cat >>confdefs.h <<_ACEOF
@@ -3551,7 +3551,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by check_mysql_health $as_me 2.2.1, which was
+This file was extended by check_mysql_health $as_me 2.2.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3604,7 +3604,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-check_mysql_health config.status 2.2.1
+check_mysql_health config.status 2.2.2
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/check_mysql_health/check_mysql_health-2.2.1/configure.ac b/check_mysql_health/check_mysql_health-2.2.2/configure.ac
old mode 100644
new mode 100755
similarity index 99%
rename from check_mysql_health/check_mysql_health-2.2.1/configure.ac
rename to check_mysql_health/check_mysql_health-2.2.2/configure.ac
index 6cbc3a9..c4bf9a4
--- a/check_mysql_health/check_mysql_health-2.2.1/configure.ac
+++ b/check_mysql_health/check_mysql_health-2.2.2/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT(check_mysql_health,2.2.1)
+AC_INIT(check_mysql_health,2.2.2)
AM_INIT_AUTOMAKE([1.9 tar-pax])
AM_MAINTAINER_MODE([disable])
AC_CANONICAL_HOST
diff --git a/check_mysql_health/check_mysql_health-2.2.1/contrib/CheckMySQLHealthExt1.pm b/check_mysql_health/check_mysql_health-2.2.2/contrib/CheckMySQLHealthExt1.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/contrib/CheckMySQLHealthExt1.pm
rename to check_mysql_health/check_mysql_health-2.2.2/contrib/CheckMySQLHealthExt1.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/contrib/README.my-extensions b/check_mysql_health/check_mysql_health-2.2.2/contrib/README.my-extensions
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/contrib/README.my-extensions
rename to check_mysql_health/check_mysql_health-2.2.2/contrib/README.my-extensions
diff --git a/check_mysql_health/check_mysql_health-2.2.1/contrib/check_mysql_health.php b/check_mysql_health/check_mysql_health-2.2.2/contrib/check_mysql_health.php
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/contrib/check_mysql_health.php
rename to check_mysql_health/check_mysql_health-2.2.2/contrib/check_mysql_health.php
diff --git a/check_mysql_health/check_mysql_health-2.2.1/install-sh b/check_mysql_health/check_mysql_health-2.2.2/install-sh
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/install-sh
rename to check_mysql_health/check_mysql_health-2.2.2/install-sh
diff --git a/check_mysql_health/check_mysql_health-2.2.1/missing b/check_mysql_health/check_mysql_health-2.2.2/missing
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/missing
rename to check_mysql_health/check_mysql_health-2.2.2/missing
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Makefile.am b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.am
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Makefile.am
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.am
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Makefile.in b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in
similarity index 99%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Makefile.in
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in
index 7c3eaa6..f6113cb 100644
--- a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Makefile.in
+++ b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm
similarity index 98%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm
index 370a492..d7b5691 100755
--- a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server.pm
+++ b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server.pm
@@ -101,11 +101,19 @@ sub init {
# sql output must be a number (or array of numbers)
@{$self->{genericsql}} =
$self->{handle}->fetchrow_array($params{selectname});
- if (! (defined $self->{genericsql} &&
- (scalar(grep { /^[+-]?(?:\d+(?:\.\d*)?|\.\d+)$/ } @{$self->{genericsql}})) ==
+ if ($self->{handle}->{errstr}) {
+ $self->add_nagios_unknown(sprintf "got no valid response for %s: %s",
+ $params{selectname}, $self->{handle}->{errstr});
+ } elsif (! (defined $self->{genericsql} &&
+ (scalar(grep {
+ /^[+-]?(?:\d+(?:\.\d*)?|\.\d+)$/
+ } @{$self->{genericsql}})) ==
scalar(@{$self->{genericsql}}))) {
$self->add_nagios_unknown(sprintf "got no valid response for %s",
$params{selectname});
+ } elsif (! defined $self->{genericsql}) {
+ $self->add_nagios_unknown(sprintf "got no valid response for %s",
+ $params{selectname});
} else {
# name2 in array
# units in array
@@ -1000,7 +1008,7 @@ sub init {
$self->{dsn},
$self->{username},
$self->decode_password($self->{password}),
- { RaiseError => 0, AutoCommit => 0, PrintError => 0 })) {
+ { RaiseError => 0, AutoCommit => 0, PrintError => 1 })) {
# $self->{handle}->do(q{
# ALTER SESSION SET NLS_NUMERIC_CHARACTERS=".," });
$retval = $self;
@@ -1058,6 +1066,10 @@ sub fetchrow_array {
my @arguments = @_;
my $sth = undef;
my @row = ();
+ my $stderrvar;
+ *SAVEERR = *STDERR;
+ open ERR ,'>',\$stderrvar;
+ *STDERR = *ERR;
eval {
$self->trace(sprintf "SQL:\n%s\nARGS:\n%s\n",
$sql, Data::Dumper::Dumper(\@arguments));
@@ -1071,8 +1083,17 @@ sub fetchrow_array {
$self->trace(sprintf "RESULT:\n%s\n",
Data::Dumper::Dumper(\@row));
};
+ *STDERR = *SAVEERR;
if ($@) {
$self->debug(sprintf "bumm %s", $@);
+ $self->{errstr} = $@;
+ return (undef);
+ } elsif ($stderrvar) {
+ $self->{errstr} = $stderrvar;
+ return (undef);
+ } elsif ($sth->errstr()) {
+ $self->{errstr} = $sth->errstr();
+ return (undef);
}
if (-f "/tmp/check_mysql_health_simulation/".$self->{mode}) {
my $simulation = do { local (@ARGV, $/) =
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Innodb.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Innodb.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Innodb.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Innodb.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Myisam.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Myisam.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Myisam.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Myisam.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Replication.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Replication.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Replication.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Replication.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/Extraopts.pm b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/Extraopts.pm
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/Nagios/Extraopts.pm
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/Nagios/Extraopts.pm
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/check_mysql_health.pl b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/check_mysql_health.pl
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/check_mysql_health.pl
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/check_mysql_health.pl
diff --git a/check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/subst.in b/check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/subst.in
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/plugins-scripts/subst.in
rename to check_mysql_health/check_mysql_health-2.2.2/plugins-scripts/subst.in
diff --git a/check_mysql_health/check_mysql_health-2.2.1/t/Makefile.am b/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.am
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/t/Makefile.am
rename to check_mysql_health/check_mysql_health-2.2.2/t/Makefile.am
diff --git a/check_mysql_health/check_mysql_health-2.2.1/t/Makefile.in b/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in
similarity index 99%
rename from check_mysql_health/check_mysql_health-2.2.1/t/Makefile.in
rename to check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in
index 349882d..f8d6f4e 100644
--- a/check_mysql_health/check_mysql_health-2.2.1/t/Makefile.in
+++ b/check_mysql_health/check_mysql_health-2.2.2/t/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.14 from Makefile.am.
+# Makefile.in generated by automake 1.14.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
diff --git a/check_mysql_health/check_mysql_health-2.2.1/t/check_mysql_health.t b/check_mysql_health/check_mysql_health-2.2.2/t/check_mysql_health.t
similarity index 100%
rename from check_mysql_health/check_mysql_health-2.2.1/t/check_mysql_health.t
rename to check_mysql_health/check_mysql_health-2.2.2/t/check_mysql_health.t
diff --git a/check_mysql_health/control b/check_mysql_health/control
index c82a398..99d411b 100644
--- a/check_mysql_health/control
+++ b/check_mysql_health/control
@@ -5,4 +5,4 @@ Recommends: libdbd-mysql-perl
Description: plugin to check various parameters of a
MySQL database
Build-Depends: autotools-dev
-Version: 2.2.1
+Version: 2.2.2
diff --git a/check_mysql_health/src b/check_mysql_health/src
index b22be31..87954fb 120000
--- a/check_mysql_health/src
+++ b/check_mysql_health/src
@@ -1 +1 @@
-check_mysql_health-2.2.1
\ No newline at end of file
+check_mysql_health-2.2.2
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git
More information about the Pkg-nagios-changes
mailing list