Say I have a bunch of clients with ONE master host that houses the gmetad and web interface. If I define one cluster (i.e. 'Cluster'), it works, but let's say I want a second set of cluster, how does that work? I can't point all my client nodes to the master server? It looks like I have to create some sort of "middle man" server to collect the data for each cluster?
| |||
|
feedback
|
|
My server with the web frontend and gmetad has gmetad.conf with one
Each host registers itself into a particular cluster, and onto a cluster-specific multicast address in its
| |||||||||
feedback
|
|
A slightly better variation on the configuration above would be to have multiple gmond's talking via multicast to a single gmond (for each cluster). Then setup the data_source to talk to that single gmond. That way, every time you add a new host, you don't have to edit the gmetad.conf. | |||
|
feedback
|