[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] branch master updated (476fec5 -> dfc20c0)
Jan Wagner
waja at moszumanska.debian.org
Tue Aug 18 20:10:49 UTC 2015
This is an automated email from the git hooks/post-receive script.
waja pushed a change to branch master
in repository pkg-nagios-plugins-contrib.
from 476fec5 Updating changelog.
new a3207bd check_mysql_health: Update to 2.2.1
new 31c7ed1 check_mysql_health: Remove integrated patches/check_mysql_health/documentation_url
new dfc20c0 travis-ci: Installing newer autoconf
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 2 +
.../check_mysql_health-2.1.9.2/ChangeLog | 104 -------
.../check_mysql_health-2.1.9.2/acinclude.m4 | 78 -----
.../AUTHORS | 0
.../COPYING | 0
.../check_mysql_health-2.2.1/ChangeLog | 81 ++++++
.../INSTALL | 0
.../Makefile.am | 0
.../Makefile.in | 9 +-
.../NEWS | 0
.../README | 0
.../TODO | 0
.../acinclude.m4} | 37 +--
.../check_mysql_health-2.2.1/aclocal.m4 | 128 +++++++++
.../config.guess | 0
.../config.sub | 0
.../configure | 320 ++++++++++++---------
.../configure.ac} | 62 ++--
.../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 | 9 +-
.../plugins-scripts/Nagios/DBD/MySQL/Cluster.pm | 0
.../plugins-scripts/Nagios/DBD/MySQL/Server.pm | 34 ++-
.../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 | 2 +-
.../plugins-scripts/subst.in | 0
.../t/Makefile.am | 0
.../t/Makefile.in | 9 +-
.../t/check_mysql_health.t | 0
check_mysql_health/control | 2 +-
check_mysql_health/src | 2 +-
.../patches/check_mysql_health/documentation_url | 11 -
debian/patches/series | 1 -
41 files changed, 479 insertions(+), 412 deletions(-)
delete mode 100755 check_mysql_health/check_mysql_health-2.1.9.2/ChangeLog
delete mode 100755 check_mysql_health/check_mysql_health-2.1.9.2/acinclude.m4
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/AUTHORS (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/COPYING (100%)
create mode 100755 check_mysql_health/check_mysql_health-2.2.1/ChangeLog
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/INSTALL (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/Makefile.am (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/Makefile.in (98%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/NEWS (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/README (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/TODO (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2/aclocal.m4 => check_mysql_health-2.2.1/acinclude.m4} (95%)
create mode 100644 check_mysql_health/check_mysql_health-2.2.1/aclocal.m4
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/config.guess (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/config.sub (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/configure (98%)
rename check_mysql_health/{check_mysql_health-2.1.9.2/configure.in => check_mysql_health-2.2.1/configure.ac} (79%)
mode change 100755 => 100644
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/contrib/CheckMySQLHealthExt1.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/contrib/README.my-extensions (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/contrib/check_mysql_health.php (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/install-sh (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/missing (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Makefile.am (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Makefile.in (98%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/DBD/MySQL/Cluster.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/DBD/MySQL/Server.pm (97%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/DBD/MySQL/Server/Instance.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Innodb.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Myisam.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/DBD/MySQL/Server/Instance/Replication.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/Nagios/Extraopts.pm (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/check_mysql_health.pl (99%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/plugins-scripts/subst.in (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/t/Makefile.am (100%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/t/Makefile.in (97%)
rename check_mysql_health/{check_mysql_health-2.1.9.2 => check_mysql_health-2.2.1}/t/check_mysql_health.t (100%)
delete mode 100644 debian/patches/check_mysql_health/documentation_url
--
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