Updated Branches:
  refs/heads/branch-1.2.5 7159f0798 -> 949047da2

AMBARI-2751: Hosts confirmation ends with warning "Service ntpd is not running 
on hosts", but it's running. (jaimin)


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

Branch: refs/heads/branch-1.2.5
Commit: 949047da228034919d7bbfcef75f61da9cbdb83b
Parents: 7159f07
Author: Jaimin Jetly <[email protected]>
Authored: Fri Jul 26 17:50:52 2013 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Fri Jul 26 17:50:52 2013 -0700

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step3_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/949047da/ambari-web/app/controllers/wizard/step3_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step3_controller.js 
b/ambari-web/app/controllers/wizard/step3_controller.js
index 9f4b68d..9e43fb3 100644
--- a/ambari-web/app/controllers/wizard/step3_controller.js
+++ b/ambari-web/app/controllers/wizard/step3_controller.js
@@ -776,7 +776,7 @@ App.WizardStep3Controller = Em.Controller.extend({
       if (_host.Hosts.last_agent_env.hostHealth && 
_host.Hosts.last_agent_env.hostHealth.liveServices) {
 
         _host.Hosts.last_agent_env.hostHealth.liveServices.forEach(function 
(service) {
-          if (service.status === 'Healthy') {
+          if (service.status === 'Unhealthy') {
             warning = warnings.filterProperty('category', 
'services').findProperty('name', service.name);
             if (warning) {
               warning.hosts.push(_host.Hosts.host_name);

Reply via email to