Repository: ambari Updated Branches: refs/heads/branch-rbac-sso 06b79df43 -> e6eceda72
AMBARI-14440. Disable the Atlas Metadata Server Web UI alert (Swapan Shridhar via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e6eceda7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e6eceda7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e6eceda7 Branch: refs/heads/branch-rbac-sso Commit: e6eceda72f9afe8eccd167bcc3431427e59bfdea Parents: 06b79df Author: Sumit Mohanty <[email protected]> Authored: Fri Dec 18 15:39:41 2015 -0800 Committer: Sumit Mohanty <[email protected]> Committed: Fri Dec 18 15:39:41 2015 -0800 ---------------------------------------------------------------------- .../src/main/resources/common-services/ATLAS/0.1.0.2.3/alerts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e6eceda7/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 5eaaace..c67605e 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 @@ -33,7 +33,7 @@ "description": "This host-level alert is triggered if the Metadata Server Web UI is unreachable.", "interval": 1, "scope": "ANY", - "enabled": true, + "enabled": false, "source": { "type": "WEB", "uri": {
