Updated Branches:
  refs/heads/branch-1.2.5 11d666f8d -> b990601dc

AMBARI-2839. Ganglia gmond process does not come up on EC2 hosts because of udp 
receive channel not present. (mahadev)


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

Branch: refs/heads/branch-1.2.5
Commit: b990601dc1cde317d2829aba305a68447be8ec41
Parents: 11d666f
Author: Mahadev Konar <[email protected]>
Authored: Thu Aug 8 00:11:59 2013 -0700
Committer: Mahadev Konar <[email protected]>
Committed: Thu Aug 8 00:17:15 2013 -0700

----------------------------------------------------------------------
 .../src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh       | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/b990601d/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh
----------------------------------------------------------------------
diff --git a/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh 
b/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh
index 155b9a1..87da4dd 100644
--- a/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh
+++ b/ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh
@@ -456,6 +456,11 @@ collection_group {
   }
 }
 
+udp_recv_channel {
+    port = 0
+}
+
+
 include ("${GANGLIA_CONF_DIR}/${gmondClusterName}/conf.d/*.conf")
 END_OF_GMOND_CORE_CONF
         else

Reply via email to