Configure Ganglia Data Monitoring Agent (gmond) to send data to multiple Data Collection Agents (gmetad)

Edit the “/etc/gmond.conf” file, and just copy the udp_send_channel section, one copy for every host, e.g.

udp_send_channel {
host = 10.11.x.x
port = 8649
ttl = 1
}

udp_send_channel {
host = 10.11.x.y
port = 8649
ttl = 1
}

udp_send_channel {
host = 10.11.b.z
port = 8649
ttl = 1
}

About SoCRaT

Systems Engineer, OSS & Linux Geek
This entry was posted in Unix and tagged , , , , . Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s