Return-Path: X-Original-To: apmail-ambari-commits-archive@www.apache.org Delivered-To: apmail-ambari-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31D60107E2 for ; Tue, 17 Mar 2015 10:55:11 +0000 (UTC) Received: (qmail 90185 invoked by uid 500); 17 Mar 2015 10:55:11 -0000 Delivered-To: apmail-ambari-commits-archive@ambari.apache.org Received: (qmail 90155 invoked by uid 500); 17 Mar 2015 10:55:11 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 90146 invoked by uid 99); 17 Mar 2015 10:55:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 10:55:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B7CBFE0D50; Tue, 17 Mar 2015 10:55:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dsen@apache.org To: commits@ambari.apache.org Message-Id: <664e10a2dd004c3b9fc34d890c80f8cc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: AMBARI-10086 ZooKeeper Server Process alert always checks default port (dsen) Date: Tue, 17 Mar 2015 10:55:10 +0000 (UTC) Repository: ambari Updated Branches: refs/heads/trunk 9a2214f1c -> ff711095e AMBARI-10086 ZooKeeper Server Process alert always checks default port (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ff711095 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ff711095 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ff711095 Branch: refs/heads/trunk Commit: ff711095e1e3300798af8fa5bcef49ff8dd97176 Parents: 9a2214f Author: Dmytro Sen Authored: Tue Mar 17 12:52:32 2015 +0200 Committer: Dmytro Sen Committed: Tue Mar 17 12:54:18 2015 +0200 ---------------------------------------------------------------------- .../resources/common-services/ZOOKEEPER/3.4.5.2.0/alerts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ff711095/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/alerts.json b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/alerts.json index 5344414..d27fe02 100644 --- a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/alerts.json +++ b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5.2.0/alerts.json @@ -36,7 +36,7 @@ "scope": "ANY", "source": { "type": "PORT", - "uri": "{{zookeeper-env/clientPort}}", + "uri": "{{zoo.cfg/clientPort}}", "default_port": 2181, "reporting": { "ok": { @@ -55,4 +55,4 @@ } ] } -} \ No newline at end of file +}