You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by dm...@apache.org on 2020/08/11 19:26:55 UTC

[ignite-website] branch master updated: edit management and monitoring page (#25)

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

dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 21f8dc6  edit management and monitoring page (#25)
21f8dc6 is described below

commit 21f8dc63443e767b041c3a015b0c3bd746a34ce8
Author: pgarg <pg...@gridgain.com>
AuthorDate: Tue Aug 11 12:26:44 2020 -0700

    edit management and monitoring page (#25)
    
    Prachi, thanks for the edits. Merging them.
---
 features/management-and-monitoring.html | 34 ++++++++++++++++-----------------
 1 file changed, 16 insertions(+), 18 deletions(-)

diff --git a/features/management-and-monitoring.html b/features/management-and-monitoring.html
index afc3eda..d4baf4a 100644
--- a/features/management-and-monitoring.html
+++ b/features/management-and-monitoring.html
@@ -57,11 +57,11 @@ under the License.
     <div class="container">
         <p>
             Apache Ignite exposes metrics in JMX and OpenCensus formats, making it possible to monitor the
-            clusters with a broad range of tools, including Zabbix, Prometheus, Grafana, and AppDynamics.
+            clusters using a broad range of tools, including Zabbix, Prometheus, Grafana, and AppDynamics.
         </p>
         <p>
 
-            Besides, <b>below is a list of tools developed specifically for Ignite</b> clusters management and
+            Besides, <b>below is a list of tools developed specifically for Ignite</b> clusters' management and
             monitoring:
         </p>
 
@@ -73,20 +73,19 @@ under the License.
             </a>Visor Command Line and Control Script
         </h2>
         <a href="/images/visor-command-line.png"><img class="diagram-right img-responsive" src="/images/visor-command-line.png"
-                                                  alt="Visor Command Line"></a>
+                                                      alt="Visor Command Line"></a>
         <p>
-            The Ignite community officially supports a couple of command-line tools for the clusters management and
-            monitoring:
+            Apache Ignite officially supports the following command-line tools to manage and monitor the cluster:
         </p>
         <ul class="page-list">
             <li>
                 <a href="https://apacheignite-tools.readme.io/docs/command-line-interface" target="_blank" rel="noopener">
-                    Visor Command Line tool</a> provides basic statistics about cluster nodes, caches, and compute tasks.
+                    Visor Command Line tool</a> - provides basic statistics about cluster nodes, caches, and compute tasks.
                 It also lets you manage the size of your cluster by starting or stopping nodes.
             </li>
             <li>
                 <a href="https://apacheignite-tools.readme.io/docs/control-script" target="_blank" rel="noopener">
-                    Control Script</a> is an advanced command-line utility that can change the baseline topology, activate
+                    Control Script</a> - an advanced command-line utility that can change the baseline topology, activate
                 and deactivate the cluster, perform consistency checks of your data and indexes, detect long-running or
                 hanging transactions.
             </li>
@@ -106,11 +105,11 @@ under the License.
         <p><a href="https://www.gridgain.com/products/software/control-center" target="_blank" rel="noopener">GridGain Control Center</a>
             is a management and monitoring tool for Apache Ignite that supports the following:</p>
         <ul class="page-list">
-            <li>Monitor the state of the cluster with customizable dashboards</li>
-            <li>Define custom alerts to track and react on any of over 200 cluster, node, and storage metrics</li>
+            <li>Monitor the state of the cluster with customizable dashboards.</li>
+            <li>Define custom alerts to track and react on over 200 cluster, node, and storage metrics.</li>
             <li>Execute and optimize SQL queries as well as monitor already running commands.</li>
-            <li>Perform OpenCensus-based root cause analysis with visual debugging of API calls as they execute across the nodes of the cluster</li>
-            <li>Take full, incremental, and continuous cluster backups to enable disaster recovery in the event of data loss or corruption</li>
+            <li>Perform OpenCensus-based root cause analysis with visual debugging of API calls as they execute on nodes across the cluster.</li>
+            <li>Take full, incremental, and continuous cluster backups to enable disaster recovery in the event of data loss or corruption.</li>
         </ul>
 
         <p style="clear:both;">&nbsp;</p>
@@ -122,23 +121,22 @@ under the License.
             </a>Datadog Integration for Apache Ignite
         </h2>
         <a href="/images/apache-ignite-datadog-dashboard.jpeg"><img class="img-responsive diagram-right"
-                                                   src="/images/apache-ignite-datadog-dashboard.jpeg"
-                                                   alt="Datadog Dashboard for Apache Ignite"/></a>
+                                                                    src="/images/apache-ignite-datadog-dashboard.jpeg"
+                                                                    alt="Datadog Dashboard for Apache Ignite"/></a>
         <p>
             <a href="https://www.datadoghq.com/blog/monitor-apache-ignite-with-datadog/" target="_blank" rel="noopener">Datadog</a>
-            is a general-purpose monitoring service that integrates with Apache Ignite natively to provide the following
+            is a general-purpose monitoring service that integrates natively with Apache Ignite to provide the following
             capabilities:
         </p>
         <ul class="page-list">
-            <li>Collect and visualize metrics from your Ignite nodes on an out-of-the-box dashboard</li>
-            <li>Track memory usage across the nodes including detailed garbage collection activity</li>
-            <li>Make use of the built-in health check for Ignite to create an alert that notifies you about the "node goes offline" events</li>
+            <li>Collect and visualize metrics for your Ignite nodes through an out-of-the-box dashboard.</li>
+            <li>Track cluster-wide memory usage, including detailed garbage collection activity.</li>
+            <li>Use the built-in health check for Ignite to create an alert to notify you about the "node goes offline" events.</li>
         </ul>
 
     </div>
 </article>
 
-
 <!--#include virtual="/includes/footer.html" -->
 
 <!--#include virtual="/includes/scripts.html" -->