Tag Archives: gmond

Ganglia Daemons Enable Debugging Mode

Just run “gmetad” or “gmond” with the “-d debugging_level” where debugging level is from 1 to 9, this will run it in the foreground and will show very useful information that will help you in debugging, pressing Ctrl+C will kill … Continue reading

Posted in Unix | Tagged , , , | Leave a comment

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 } … Continue reading

Posted in Unix | Tagged , , , , | Leave a comment