You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/07 03:38:42 UTC

svn commit: r1347276 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/puppet/modules/hdp-dashboard/templates/cluster_configuration.json.erb

Author: vikram
Date: Thu Jun  7 01:38:42 2012
New Revision: 1347276

URL: http://svn.apache.org/viewvc?rev=1347276&view=rev
Log:
AMBARI-460. Ganglia shows four hosts on a single node installation (Contributed by Suhas)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-dashboard/templates/cluster_configuration.json.erb

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1347276&r1=1347275&r2=1347276&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu Jun  7 01:38:42 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-460. Ganglia shows four hosts on a single node installation (Suhas via Vikram)
+
   AMBARI-459. Race conditions in fetch transaction progress (Vikram)
 
   AMBARI-447. First pass at Info level logging (cleanup of logging). (Mahadev via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-dashboard/templates/cluster_configuration.json.erb
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-dashboard/templates/cluster_configuration.json.erb?rev=1347276&r1=1347275&r2=1347276&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-dashboard/templates/cluster_configuration.json.erb (original)
+++ incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-dashboard/templates/cluster_configuration.json.erb Thu Jun  7 01:38:42 2012
@@ -10,7 +10,7 @@
     "ganglia" : {
       "web_host": "<%=scope.function_hdp_host("public_ganglia_server_host")%>",
       "web_port": 80,
-      "web_root": "/ganglia",
+      "web_root": "/ganglia/?t=yes",
       "grid_name": "HDP_GRID"
     },
     "nagios": {