$ rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-4.noarch.rpm
/* Feel free to specify as many udp_send_channels as you like. Gmond used to only support having a single channel */
udp_send_channel {
/* mcast_join = 239.2.11.71 */
host= 62.217.120.147
port = 8649
ttl = 1
}
/* You can specify as many udp_recv_channels as you like as well. */
udp_recv_channel {
/* mcast_join = 239.2.11.71 */
port = 8649
/* bind = 239.2.11.71 */
}
Start the services:
/etc/init.d/gmond start
/etc/init.d/gmond start /etc/init.d/gmetad start /etc/init.d/httpd start
The master node configured in CentOS previously has been used to monitor also the physical nodes running Ubuntu 10.04. Since the default version of ganglia coming with Ubuntu is 3.1.2 it cannot properly send monitoring information to the master node that runs version 3.0.7. For this reason we have to build from sources:
$ wget http://sourceforge.net/projects/ganglia/files/ganglia%20monitoring%20core/3.0.7%20%28Fossett%29/ganglia-3.0.7.tar.gz/download $ aptitude install autoconf build-essential