Explorar o código

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

Mahadev Konar %!s(int64=12) %!d(string=hai) anos
pai
achega
02d1d81d00

+ 5 - 0
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