瀏覽代碼

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

Mahadev Konar 12 年之前
父節點
當前提交
02d1d81d00
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      ambari-agent/src/main/puppet/modules/hdp-ganglia/files/gmondLib.sh

+ 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