Repository: ambari
Updated Branches:
  refs/heads/trunk dd8b03cf0 -> 7030788e3


AMBARI-6253. Disable check_service_freshness at our Nagios config (dlysnichenko)


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

Branch: refs/heads/trunk
Commit: 7030788e3fafbd06b1cf160c18958877850223bb
Parents: dd8b03c
Author: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Authored: Tue Jun 24 16:43:23 2014 +0300
Committer: Lisnichenko Dmitro <dlysniche...@hortonworks.com>
Committed: Tue Jun 24 16:43:23 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/7030788e/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/nagios.cfg.j2
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/nagios.cfg.j2
 
b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/nagios.cfg.j2
index 05d94b5..aa37a01 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/nagios.cfg.j2
+++ 
b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/NAGIOS/package/templates/nagios.cfg.j2
@@ -1048,7 +1048,7 @@ check_for_orphaned_hosts=1
 # manner.
 # Values: 1 = enabled freshness checking, 0 = disable freshness checking
 
-check_service_freshness=1
+check_service_freshness=0
 
 
 

http://git-wip-us.apache.org/repos/asf/ambari/blob/7030788e/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/nagios.cfg.j2
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/nagios.cfg.j2
 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/nagios.cfg.j2
index 528ddc2..d51471b 100644
--- 
a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/nagios.cfg.j2
+++ 
b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/templates/nagios.cfg.j2
@@ -1045,7 +1045,7 @@ check_for_orphaned_hosts=1
 # manner.
 # Values: 1 = enabled freshness checking, 0 = disable freshness checking
 
-check_service_freshness=1
+check_service_freshness=0
 
 
 

Reply via email to