Repository: ambari Updated Branches: refs/heads/branch-2.4 3acccee8e -> 3bce44b17
AMBARI-17005 - Atlas Server Web UI alert Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3bce44b1 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3bce44b1 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3bce44b1 Branch: refs/heads/branch-2.4 Commit: 3bce44b179db068480d76521d1b98fa02d5a6d90 Parents: 3acccee Author: tbeerbower <[email protected]> Authored: Tue Jun 14 18:10:26 2016 -0400 Committer: tbeerbower <[email protected]> Committed: Tue Jun 14 18:12:59 2016 -0400 ---------------------------------------------------------------------- .../main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3bce44b1/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json index e65b5c1..acc7982 100644 --- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json +++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json @@ -37,8 +37,8 @@ "source": { "type": "WEB", "uri": { - "http": "{{application-properties/atlas.server.http.port}}", - "https": "{{application-properties/atlas.server.https.port}}", + "http": "{{application-properties/atlas.server.bind.address}}:{{application-properties/atlas.server.http.port}}/api/atlas/admin/status", + "https": "{{application-properties/atlas.server.bind.address}}:{{application-properties/atlas.server.https.port}}/api/atlas/admin/status", "https_property": "{{application-properties/atlas.enableTLS}}", "https_property_value": "true", "default_port": 21000,
