- On the Ganglia server, use a text editor to open the following master configuration files: - /etc/ganglia/hdp/HDPNameNode/conf.d/gmond.master.conf /etc/ganglia/hdp/HDPJobTracker/conf.d/gmond.master.conf /etc/ganglia/hdp/HDPSlaves/conf.d/gmond.master.conf - And if HBase is installed: - /etc/ganglia/hdp/HDPHBaseMaster/conf.d/gmond.master.conf 
- Confirm that the - bindproperty in each of these files is set to the Ganglia server hostname.
- On the Ganglia server, use a text editor to open the - gmetadconfiguration file (located here:- /etc/ganglia/hdp/gmetad.conf).
- Confirm the "data_source" properties are set to the Ganglia server hostname. For example: - data_source "HDPSlaves" my.ganglia.server.hostname:8660 data_source "HDPNameNode" my.ganglia.server.hostname:8661 data_source "HDPJobTracker" my.ganglia.server.hostname:8662 - And if HBase is installed: - data_source "HDPHBaseMaster" my.ganglia.server.hostname:8663 
- On all hosts except the Ganglia server, use a text editor to open the slave configuration files: - /etc/ganglia/hdp/HDPNameNode/conf.d/gmond.slave.conf /etc/ganglia/hdp/HDPJobTracker/conf.d/gmond.slave.conf /etc/ganglia/hdp/HDPSlaves/conf.d/gmond.slave.conf - And if HBase is installed: - /etc/ganglia/hdp/HDPHBaseMaster/conf.d/gmond.slave.conf 
- Confirm that the - hostproperty is set to the Ganglia Server hostname.


