Repository: ambari Updated Branches: refs/heads/trunk 3f1d3dfac -> 70f1170b0
AMBARI-8808. Resolve potential port conflicts with Hadoop daemons. alerts.json default port change. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/70f1170b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/70f1170b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/70f1170b Branch: refs/heads/trunk Commit: 70f1170b037ca0a9ac1cc175db8f957de50d5055 Parents: 3f1d3df Author: Siddharth Wagle <[email protected]> Authored: Tue Dec 23 14:35:57 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Tue Dec 23 14:36:02 2014 -0800 ---------------------------------------------------------------------- .../src/main/resources/common-services/AMS/0.1.0/alerts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/70f1170b/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 cba8b76..700f021 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 @@ -35,8 +35,8 @@ "enabled": true, "source": { "type": "PORT", - "uri": "{{metric_collector_port}}", - "default_port": 8188, + "uri": "{{ams-site/timeline.metrics.service.webapp.address}}", + "default_port": 6188, "reporting": { "ok": { "text": "TCP OK - {0:.3f}s response on port {1}"
