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 2013/08/08 09:16:54 UTC

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

Updated Branches:
  refs/heads/trunk 1d21a41c8 -> 02d1d81d0


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/02d1d81d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/02d1d81d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/02d1d81d

Branch: refs/heads/trunk
Commit: 02d1d81d009931f07cc7aac092ea1555ec2cc60c
Parents: 1d21a41
Author: Mahadev Konar <ma...@apache.org>
Authored: Thu Aug 8 00:11:59 2013 -0700
Committer: Mahadev Konar <ma...@apache.org>
Committed: Thu Aug 8 00:11:59 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/02d1d81d/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