Architecture overview of Nagios and Talend ESB - 8.0

Talend ESB System Management Integration User Guide

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Installation and Upgrade
Last publication date
2024-02-06

This is a diagram of how the Nagios functionality is integrated into Talend ESB- typically, the Nagios server is monitoring the OSGi container on the right, which may be a Talend Runtime Container:

Jmx4Perl provides an alternative way of accessing JMX (Java Management Extensions) on JEE Servers or OSGi containers. It uses an agent-based approach where a small Java Web application (Jolokia), is deployed on the application server, and provides HTTP/JSON-based access to JMX MBeans registered within the application server.

In Talend ESB, for convenience, Jolokia has been integrated into the Talend Runtime Container as an OSGi agent and also integrated into ActiveMQ using a JAR file.

This table is an overview of components in the jmx4perl distribution:

Component Description
jmx4perl plugin This installed on the same machine as Nagios; it communicates with a Jolokia agent which is integrated with the Talend ESB containers.
Jolokia

Jolokia is an HTTP/JSON bridge for efficent remote JMX access. It is a separate agent that resides on the monitored server, and works with the jmx4perl plugin. Jolokia is based on a set of Perl modules, and does not need a local Java installation.

It is pre-installed into Talend ESB containers and ActiveMQ.

check_jmx4perl A command utility on the Nagios server that can be used to get the monitored data - it is part of the jmx4perl distribution.
JMX::Jmx4Perl a Perl library, for programmatic JMX access.

For more information, see: