AMBARI-21556. Critical alert about Metrics Collector ZooKeeper Server Process due to unsubstituted variable. (swagle)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f0b03147 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f0b03147 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f0b03147 Branch: refs/heads/branch-feature-AMBARI-21450 Commit: f0b03147fdbc82a62e20a80ad6e132d95f3d277f Parents: 2441f68 Author: Siddharth Wagle <[email protected]> Authored: Fri Jul 21 14:52:06 2017 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Fri Jul 21 14:52:13 2017 -0700 ---------------------------------------------------------------------- .../4.0/services/AMBARI_METRICS/alerts.json | 25 -------------------- .../4.2/services/AMBARI_METRICS/alerts.json | 25 -------------------- 2 files changed, 50 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f0b03147/ambari-server/src/main/resources/stacks/BigInsights/4.0/services/AMBARI_METRICS/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.0/services/AMBARI_METRICS/alerts.json b/ambari-server/src/main/resources/stacks/BigInsights/4.0/services/AMBARI_METRICS/alerts.json index 221e585..8b572ef 100755 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.0/services/AMBARI_METRICS/alerts.json +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.0/services/AMBARI_METRICS/alerts.json @@ -139,31 +139,6 @@ "value": "{0} * 100" } } - }, - { - "name": "ams_metrics_collector_zookeeper_server_process", - "label": "Metrics Collector - ZooKeeper Server Process", - "description": "This host-level alert is triggered if the Metrics Collector's ZooKeeper server process cannot be determined to be up and listening on the network.", - "interval": 1, - "scope": "ANY", - "source": { - "type": "PORT", - "uri": "{{ams-hbase-site/hbase.zookeeper.property.clientPort}}", - "default_port": 61181, - "reporting": { - "ok": { - "text": "TCP OK - {0:.3f}s response on port {1}" - }, - "warning": { - "text": "TCP OK - {0:.3f}s response on port {1}", - "value": 1.5 - }, - "critical": { - "text": "Connection failed: {0} to {1}:{2}", - "value": 5.0 - } - } - } } ], "METRICS_MONITOR": [ http://git-wip-us.apache.org/repos/asf/ambari/blob/f0b03147/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/AMBARI_METRICS/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/AMBARI_METRICS/alerts.json b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/AMBARI_METRICS/alerts.json index 0e14b40..90401e6 100755 --- a/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/AMBARI_METRICS/alerts.json +++ b/ambari-server/src/main/resources/stacks/BigInsights/4.2/services/AMBARI_METRICS/alerts.json @@ -139,31 +139,6 @@ "value": "{0} * 100" } } - }, - { - "name": "ams_metrics_collector_zookeeper_server_process", - "label": "Metrics Collector - ZooKeeper Server Process", - "description": "This host-level alert is triggered if the Metrics Collector's ZooKeeper server process cannot be determined to be up and listening on the network.", - "interval": 1, - "scope": "ANY", - "source": { - "type": "PORT", - "uri": "{{ams-hbase-site/hbase.zookeeper.property.clientPort}}", - "default_port": 61181, - "reporting": { - "ok": { - "text": "TCP OK - {0:.3f}s response on port {1}" - }, - "warning": { - "text": "TCP OK - {0:.3f}s response on port {1}", - "value": 1.5 - }, - "critical": { - "text": "Connection failed: {0} to {1}:{2}", - "value": 5.0 - } - } - } } ], "METRICS_MONITOR": [
