فهرست منبع

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