On Wed, Nov 11, 2009 at 00:26, chifeng <[email protected]> wrote: > Hello, > > Can I set these hosts in a cluster? I using mutilcast mode and they belongs > to different subnet.
So long as the different hosts can send UDP and/or multicast packets to each other, it doesn't matter where on the network they are located. > #my gmetad.conf > data_source "BJLabShared" amd64:8649 bl10e-01:8649 amd64dcore:8649 > labmonitor:8649 This probably won't do what you want. Based on this configuration, gmetad will poll the host "amd64" for data about the "BJLabShared" cluster. If that fails for some reason, it will then try bl10e-01, then amd64dcore, then labmonitor in succession. The first successful connection will be used. What you need to do is configure your *gmond* processes to either all shared data via multicast (perhaps tricky in your case, since you have multiple subnets), or send all data to a single gmond host via unicast. Then, have gmetad poll that designated system that is collecting data for all other hosts. > > #hosts and IP > labmonitor 172.20.33.76 > amd64 172.20.1.99 > amd64dcore 172.20.1.26 > bl10e-01 172.20.4.151 > > In this cases, I just can see amd64 and amd64dcore host by web page. any > idea? > Thank you in advance! > > > > -- > regards. > chifeng > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Ganglia-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ganglia-general > > -- Jesse Becker ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

