Accepting request 824720 from devel:languages:perl:autoupdate

updated to 1.13
   see /usr/share/doc/packages/perl-jmx4perl/CHANGES
  1.13 (2020-05-12)
    - Fixed bug in output for Tomcat 8 check_jmx4perl Nagios check
    - Changed CLI interface of 'jmx4perl list' and the possible arguments
      for LIST request. Note, that this change is not backwards compatible.
      However the fix is trivial: Instead of providing a full path into the
      LIST response as single argument (e.g. 'java.lang/type=Memory/HeapMemoryUsage')
      you have to provide two arguments for the MBean and the path into MBean's
      meta data (e.g. 'java.lang:type=Memory' and'HeapMemoryUsage')
    - Fixed Dockerfile
    - Add Tomcat 8 specific checks

OBS-URL: https://build.opensuse.org/request/show/824720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-jmx4perl?expand=0&rev=5
This commit is contained in:
2020-08-08 11:42:57 +00:00
committed by Git OBS Bridge
parent d53791f63c
commit d74b0bcaa4
4 changed files with 31 additions and 12 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 13 10:38:48 UTC 2020 - Tina Müller <timueller+perl@suse.de>
updated to 1.13
see /usr/share/doc/packages/perl-jmx4perl/CHANGES
1.13 (2020-05-12)
- Fixed bug in output for Tomcat 8 check_jmx4perl Nagios check
- Changed CLI interface of 'jmx4perl list' and the possible arguments
for LIST request. Note, that this change is not backwards compatible.
However the fix is trivial: Instead of providing a full path into the
LIST response as single argument (e.g. 'java.lang/type=Memory/HeapMemoryUsage')
you have to provide two arguments for the MBean and the path into MBean's
meta data (e.g. 'java.lang:type=Memory' and'HeapMemoryUsage')
- Fixed Dockerfile
- Add Tomcat 8 specific checks
-------------------------------------------------------------------
Sun Sep 20 09:32:52 UTC 2015 - coolo@suse.com