You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2014/07/03 12:24:08 UTC

git commit: AMBARI-6371. count in is not updated in real time. (dlysnichenko)

Repository: ambari
Updated Branches:
  refs/heads/trunk d3134ce01 -> 64b4727cb


AMBARI-6371. <Percent Datanodes live> count in is not updated in real time. (dlysnichenko)


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

Branch: refs/heads/trunk
Commit: 64b4727cb63659927e2c755912da44866ea3850d
Parents: d3134ce
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Thu Jul 3 13:22:19 2014 +0300
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Thu Jul 3 13:22:19 2014 +0300

----------------------------------------------------------------------
 .../1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2 | 2 +-
 .../2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/64b4727c/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2 b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2
index fea7777..8fe3c42 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/hadoop-services.cfg.j2
@@ -70,7 +70,7 @@ define service {
         service_description     HDFS::Percent DataNodes with space available
         servicegroups           HDFS
         check_command           check_aggregate!"DATANODE::DataNode space"!10%!30%
-        normal_check_interval   2
+        normal_check_interval   0.5
         retry_check_interval    1 
         max_check_attempts      1
 }

http://git-wip-us.apache.org/repos/asf/ambari/blob/64b4727c/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2 b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2
index 35bdaec..8f70340 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/hadoop-services.cfg.j2
@@ -70,7 +70,7 @@ define service {
         service_description     HDFS::Percent DataNodes with space available
         servicegroups           HDFS
         check_command           check_aggregate!"DATANODE::DataNode space"!10%!30%
-        normal_check_interval   2
+        normal_check_interval   0.5
         retry_check_interval    1 
         max_check_attempts      1
 }