You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2014/02/21 01:30:18 UTC

git commit: AMBARI-4774. Nagios server install fails when falcon is not selected. (mahadev)

Repository: ambari
Updated Branches:
  refs/heads/trunk eae58511e -> 3682c9014


AMBARI-4774. Nagios server install fails when falcon is not selected. (mahadev)


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

Branch: refs/heads/trunk
Commit: 3682c9014267493d68c1ab271ecd9ef48b67dcbe
Parents: eae5851
Author: Mahadev Konar <ma...@apache.org>
Authored: Thu Feb 20 16:30:10 2014 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Thu Feb 20 16:30:10 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3682c901/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py
index a08fe56..0f2b90f 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/NAGIOS/package/scripts/params.py
@@ -134,7 +134,7 @@ hbase_master_hosts = default("/clusterHostInfo/hbase_master_hosts",None)
 _hive_server_host = default("/clusterHostInfo/hive_server_host",None)
 _oozie_server = default("/clusterHostInfo/oozie_server",None)
 _webhcat_server_host = default("/clusterHostInfo/webhcat_server_host",None)
-_falcon_host = config['clusterHostInfo']['falcon_server_hosts']
+_falcon_host = default("/clusterHostInfo/falcon_server_hosts", None)
 # can differ on HDP1
 #_mapred_tt_hosts = _slave_hosts
 #if hbase_rs_hosts not given it is assumed that region servers on same nodes as slaves