You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by at...@apache.org on 2013/12/06 11:43:29 UTC

git commit: AMBARI-4001 Ambari alerts not even being got from API. (atkach)

Updated Branches:
  refs/heads/trunk 09ed860a7 -> 81fdc69aa


AMBARI-4001 Ambari alerts not even being got from API. (atkach)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/81fdc69a
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/81fdc69a
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/81fdc69a

Branch: refs/heads/trunk
Commit: 81fdc69aa09e4ce5cc8bb3e6e1a5b1a3d08ce807
Parents: 09ed860
Author: atkach <at...@hortonworks.com>
Authored: Fri Dec 6 12:43:19 2013 +0200
Committer: atkach <at...@hortonworks.com>
Committed: Fri Dec 6 12:43:19 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/global/cluster_controller.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/81fdc69a/ambari-web/app/controllers/global/cluster_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/global/cluster_controller.js b/ambari-web/app/controllers/global/cluster_controller.js
index bbf5fe5..935a54b 100644
--- a/ambari-web/app/controllers/global/cluster_controller.js
+++ b/ambari-web/app/controllers/global/cluster_controller.js
@@ -165,7 +165,7 @@ App.ClusterController = Em.Controller.extend({
       }
       return null;
     }
-  }.property('App.router.updateController.isUpdated', 'dataLoadList.services', 'dataLoadList.hosts','nagiosWebProtocol'),
+  }.property('App.router.updateController.isUpdated', 'dataLoadList.serviceMetrics', 'dataLoadList.hosts','nagiosWebProtocol'),
 
   nagiosWebProtocol: function () {
     var properties = this.get('ambariProperties');
@@ -187,11 +187,11 @@ App.ClusterController = Em.Controller.extend({
 
   isNagiosInstalled:function () {
     return !!App.Service.find().findProperty('serviceName', 'NAGIOS');
-  }.property('App.router.updateController.isUpdated', 'dataLoadList.services'),
+  }.property('App.router.updateController.isUpdated', 'dataLoadList.serviceMetrics'),
 
   isGangliaInstalled:function () {
     return !!App.Service.find().findProperty('serviceName', 'GANGLIA');
-  }.property('App.router.updateController.isUpdated', 'dataLoadList.services'),
+  }.property('App.router.updateController.isUpdated', 'dataLoadList.serviceMetrics'),
 
   /**
    * Sorted list of alerts.