Changes for version 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

Documentation

Documentation for jmx4perl
Script for a Cacti Data Input Method
Nagios plugin using jmx4perl for accessing JMX data remotely
A JMX Shell
JMX access tools and modules
Utility for managing Jolokia agents used by jmx4perl

Modules

JMX access for Perl
JSON-HTTP based acess to a remote JMX agent
Handler for extracting and manipulating Jolokia artifacts
Specialized LWP::UserAgent adding some bells and whistles for downloading agents and other stuff.
Simple logging abstraction for the Jolokia agent manager
Fetches, caches and parses Meta data from www.jolokia.org
Handler for various verifiers which picks the most secure one first.
Verifies a checksum for a downloaded artifact.
Verifies PGP signature with a natively installed GnuPG (with gpg found in the path)
Verifies PGP signature with Crypt::OpenPGP
Handler for web.xml transformation
Specialized LWP::UserAgent adding authentication support
JMX alias names for jmx4perl
Internal object representing a concrete alias
Configuration file support for Jmx4Perl
Central object for the JMX shell j4psh
Base object for commands
Globally available commands
Server related commands
Handler for j4psh commands
Custom completion routines for readline.
Handler for coordinating server access
Facade to Term::ShellUI
Module for encapsulating the functionality of cacti_jmx4perl
Module for encapsulating the functionality of check_jmx4perl
Handling Nagios exit message (one or many)
A single nagios check
Base package for product specific handler
Handler for Geronimo
Handler for Glassfish
Handler for Hadoop
Handler for JBoss
Handler for Jetty
Handler for Jonas
Handler for Resin
Handler for Spring dm-Server.
Handler for Terracotta server
Handler for Apache Tomcat
Handler for Oracle WebLogic
Handler for IBM Websphere
A jmx4perl request
A jmx4perl response
Utility methods for Jmx4Perl

Provides

in lib/JMX/Jmx4Perl/Agent/Jolokia/Logger.pm
in lib/JMX/Jmx4Perl/Agent/Jolokia/Verifier/PGPKey.pm