Repository: ambari Updated Branches: refs/heads/trunk 57490ffa6 -> ff4c6c114
AMBARI-8808. Resolve potential port conflicts with Hadoop daemons. alerts.json change. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ff4c6c11 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ff4c6c11 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ff4c6c11 Branch: refs/heads/trunk Commit: ff4c6c114b626b7164c6160f677e459fdcbaf1e6 Parents: 57490ff Author: Siddharth Wagle <[email protected]> Authored: Mon Dec 22 12:57:02 2014 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Mon Dec 22 12:57:02 2014 -0800 ---------------------------------------------------------------------- .../src/main/resources/common-services/AMS/0.1.0/alerts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ff4c6c11/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 714b940..cba8b76 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,7 +35,7 @@ "enabled": true, "source": { "type": "PORT", - "uri": "8188", + "uri": "{{metric_collector_port}}", "default_port": 8188, "reporting": { "ok": {
