Parcourir la source

AMBARI-1200. On some clusters, Nagios alerts show up about 30 seconds after page load, while on others the alerts show up immediately. (srimanth via yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1434522 13f79535-47bb-0310-9956-ffa450edef68
Yusaku Sako il y a 12 ans
Parent
commit
c6b1bc99fc
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      CHANGES.txt
  2. 1 1
      ambari-web/app/controllers/global/cluster_controller.js

+ 4 - 0
CHANGES.txt

@@ -42,6 +42,10 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1200. On some clusters, Nagios alerts show up about 30 seconds after
+ page load, while on others the alerts show up immediately. (srimanth via
+ yusaku)
+
  AMBARI-1190. Detailed log view dialogs are not center-aligned. (yusaku)
 
  AMBARI-1187. Dashboard > MapReduce mini chart sometimes shows partial graph and hides recent data. (yusaku)

+ 1 - 1
ambari-web/app/controllers/global/cluster_controller.js

@@ -145,7 +145,7 @@ App.ClusterController = Em.Controller.extend({
       }
       return null;
     }
-  }.property('App.router.updateController.isUpdated','dataLoadList.services'),
+  }.property('App.router.updateController.isUpdated', 'dataLoadList.services', 'dataLoadList.hosts'),
 
   isNagiosInstalled:function () {
     if (App.testMode) {