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
}

Unknown's avatar

About Ahmed Tawfik

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

Leave a comment