On Fri, Nov 03, 2006 at 09:32:34AM -0800, khaja mohideen wrote: > Hi, > > I have installed & configured Ganglia to monitor my cluster env. > My Env. consists of about 400 systems. Currently i have configured > with default multicast support. > > > I am in need of unicast support to reduce the multicast traffice & > also to get gmond stats from other subnets. I tried with docs > > Could any one help in giving a simple config example for one to > one unicast configuration.
Khaja,
In my environment (unicast, multiple subnets, one agregator host):
in /etc/gmond.conf
udp_send_channel {
host = 10.20.30.40
port = 8649
}
udp_recv_channel {
port = 8649
}
(other non-unicast portions of the config file deleted)
in /etc/gmetad.conf
data_source "mycluster" localhost
<eof>
-ben
--
Ben Hartshorne
email: [EMAIL PROTECTED]
http://ben.hartshorne.net
signature.asc
Description: Digital signature

