You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sw...@apache.org on 2014/12/30 19:16:48 UTC

ambari git commit: AMBARI-8961. Add alert description for AMS. (swagle)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8cf0e9155 -> 9884cbdd5


AMBARI-8961. Add alert description for AMS. (swagle)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/9884cbdd
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9884cbdd
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9884cbdd

Branch: refs/heads/trunk
Commit: 9884cbdd51f6d465044d4573a265f124424ec821
Parents: 8cf0e91
Author: Siddharth Wagle <sw...@hortonworks.com>
Authored: Tue Dec 30 10:16:33 2014 -0800
Committer: Siddharth Wagle <sw...@hortonworks.com>
Committed: Tue Dec 30 10:16:45 2014 -0800

----------------------------------------------------------------------
 .../common-services/AMS/0.1.0/alerts.json         | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9884cbdd/ambari-server/src/main/resources/common-services/AMS/0.1.0/alerts.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/AMS/0.1.0/alerts.json b/ambari-server/src/main/resources/common-services/AMS/0.1.0/alerts.json
index 93b224a..ad22f59 100644
--- a/ambari-server/src/main/resources/common-services/AMS/0.1.0/alerts.json
+++ b/ambari-server/src/main/resources/common-services/AMS/0.1.0/alerts.json
@@ -3,7 +3,8 @@
     "service": [
       {
         "name": "ams_metric_monitor_process_percent",
-        "label": "Percent AMS Metric Monitors Available",
+        "label": "Percent Metric Monitors Available",
+        "description": "This alert is triggered if a percentage of Metric Monitor processes are not up and listening on the network for the configured warning and critical thresholds.",
         "interval": 1,
         "scope": "SERVICE",
         "enabled": true,
@@ -29,7 +30,8 @@
     "METRIC_COLLECTOR": [
       {
         "name": "ams_metric_collector_process",
-        "label": "AMS Metric Collector Process",
+        "label": "Metric Collector Process",
+        "description": "This alert is triggered if the Metric Collector cannot be confirmed to be up and listening on the configured port for number of seconds equal to threshold.",
         "interval": 1,
         "scope": "ANY",
         "enabled": true,
@@ -54,7 +56,8 @@
       },
       {
         "name": "ams_metric_collector_hbase_master_process",
-        "label": "AMS Metric Collector HBase Master Process",
+        "label": "Metric Collector - HBase Master Process",
+        "description": "This alert is triggered if the Metric Collector's HBase master processes cannot be confirmed to be up and listening on the network for the configured critical threshold, given in seconds.",
         "interval": 1,
         "scope": "ANY",
         "source": {
@@ -78,7 +81,8 @@
       },
       {
         "name": "ams_metric_collector_hbase_master_cpu",
-        "label": "AMS Metric Collector HBase Maser CPU Utilization",
+        "label": "Metric Collector HBase Maser CPU Utilization",
+        "description": "This host-level alert is triggered if CPU utilization of the Metric Collector's HBase Master exceeds certain warning and critical thresholds. It checks the HBase Master JMX Servlet for the SystemCPULoad property. The threshold values are in percent.",
         "interval": 5,
         "scope": "ANY",
         "enabled": true,
@@ -116,7 +120,8 @@
       },
       {
         "name": "ams_metric_collector_zookeeper_server_process",
-        "label": "AMS Metric Collector ZooKeeper Server Process",
+        "label": "Metric Collector - ZooKeeper Server Process",
+        "description": "This host-level alert is triggered if the Metric Collector's ZooKeeper server process cannot be determined to be up and listening on the network.",
         "interval": 1,
         "scope": "ANY",
         "source": {
@@ -142,7 +147,8 @@
     "METRIC_MONITOR": [
       {
         "name": "ams_metric_monitor_process",
-        "label": "AMS Metric Monitor Status",
+        "label": "Metric Monitor Status",
+        "description": "This alert indicates the status of the Metric Monitor process as determined by the monitor status script.",
         "interval": 1,
         "scope": "ANY",
         "source": {