This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 81332e1e5 Automatic Site Publish by Buildbot
81332e1e5 is described below

commit 81332e1e5df381aab5f63d0b653a9e9cc60b00f0
Author: buildbot <[email protected]>
AuthorDate: Wed Oct 19 07:09:14 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/how-can-i-monitor-activemq.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/output/how-can-i-monitor-activemq.html 
b/output/how-can-i-monitor-activemq.html
index 48a20c07e..5ada2c5a5 100644
--- a/output/how-can-i-monitor-activemq.html
+++ b/output/how-can-i-monitor-activemq.html
@@ -92,13 +92,13 @@
   <div class="container" >
     <div class="row" style="margin-top: 30px">
       <div class="col-12 activemq5">
-        <p> <a href="faq">FAQ</a> &gt; <a href="using-apache-activemq">Using 
Apache ActiveMQ</a> &gt; <a href="how-can-i-monitor-activemq">How can I monitor 
ActiveMQ</a></p>
+        <p><a href="faq">FAQ</a> &gt; <a href="using-apache-activemq">Using 
Apache ActiveMQ</a> &gt; <a href="how-can-i-monitor-activemq">How can I monitor 
ActiveMQ</a></p>
 
 <h2 id="how-can-i-monitor-activemq">How can I monitor ActiveMQ</h2>
 
-<p>Starting with ActiveMQ 5.8.0 <a href="http://www.jolokia.org/";>Jolokia</a> 
is bundled which provides a RESTful interface to ActiveMQ’s JMX capabilities. 
An open source third party tool that connects via Jolokia is <a 
href="http://hawt.io/";>hawt.io</a>, an HTML-5 web console with an ActiveMQ 
plugin that is at least worth being familiar with as ActiveMQ and hawt.io share 
developers.</p>
+<p>ActiveMQ comes bundled with <a href="http://www.jolokia.org/";>Jolokia</a> 
which provides a RESTful interface to ActiveMQ’s JMX capabilities. An open 
source third party tool that connects via Jolokia is <a 
href="http://hawt.io/";>hawt.io</a>, an HTML-5 web console with an ActiveMQ 
plugin that is at least worth being familiar with as ActiveMQ and hawt.io share 
developers.</p>
 
-<p>In ActiveMQ 4.x you can monitor the broker to see what destinations are 
being used, their activity along with connections and subscriptions using the 
following tools</p>
+<p>In ActiveMQ you can monitor the broker to see what destinations are being 
used, their activity along with connections and subscriptions using the 
following tools</p>
 
 <ul>
   <li><a href="jmx">JMX</a> and a JMX console such as <a 
href="http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html";>jConsole</a></li>
@@ -106,19 +106,19 @@
   <li>the <a href="advisory-message">Advisory Message</a> feature (using JMS 
messages to monitor the system)</li>
   <li>The <a href="command-agent">Command Agent</a>; ActiveMQ.Agent topic that 
you query for status</li>
   <li>The <a href="visualisation">Visualisation</a> plug-in</li>
-  <li>The <a href="statisticsplugin">Statistics</a> plug-in (from 5.3)</li>
+  <li>The <a href="statisticsplugin">Statistics</a> plug-in</li>
 </ul>
 
 <h3 id="third-party-tools">Third Party Tools</h3>
 
 <ul>
-  <li><a href="https://github.com/jmxtrans/jmxtrans";>jmxtrans</a> which can be 
used to continuously query ActiveMQ via JMX and write to a chosen output. For 
instance, write to a graphite database file which can then be used to graph 
trends over time and be queried by Nagios to alarm should your thresholds be 
exceeded.</li>
   <li><a 
href="http://www.ttmsolutions.com/Transactional_Software_Solutions/Active_Monitor_AMon.php";>ActiveMQ
 Monitor (AMon)</a></li>
   <li><a href="http://sourceforge.net/projects/activemqbrowser/";>Apache 
ActiveMQBrowser</a></li>
-  <li><a 
href="http://www.hyperic.com/products/open-source-systems-monitoring";>Hyperic 
HQ</a> and <a 
href="http://www.hyperic.com/products/enterprise-systems-monitoring";>Hyperic HQ 
Enterprise</a></li>
   <li><a href="http://fusesource.com/products/fuse-hq/";>FuseHQ</a> (based on 
Hyperic HQ Enterprise)</li>
-  <li><a href="http://www.itko.com/products/jms.jsp";>iTKO LISA Test</a></li>
   <li><a 
href="https://cwiki.apache.org/GMOxDOC11/geronimo-administration-console.html#GeronimoAdministrationConsole-JMSServer";>Geronimo
 Administration Console</a> (JMS Resources)</li>
+  <li><a 
href="http://www.hyperic.com/products/open-source-systems-monitoring";>Hyperic 
HQ</a> and <a 
href="http://www.hyperic.com/products/enterprise-systems-monitoring";>Hyperic HQ 
Enterprise</a></li>
+  <li><a href="http://www.itko.com/products/jms.jsp";>iTKO LISA Test</a></li>
+  <li><a href="https://github.com/jmxtrans/jmxtrans";>jmxtrans</a> which can be 
used to continuously query ActiveMQ via JMX and write to a chosen output. For 
instance, write to a graphite database file which can then be used to graph 
trends over time and be queried by Nagios to alarm should your thresholds be 
exceeded.</li>
   <li><a href="https://mediadriver.com/software/";>Media Driver Integrated 
Console</a> can manage and monitor ActiveMQ, IBM MQ and Tibco EMS</li>
   <li><a href="https://newrelic.com/instant-observability/activemq";>New Relic 
ActiveMQ Integration</a> Get real-time Apache ActiveMQ performance metrics with 
New Relic APM.</li>
 </ul>

Reply via email to