There was a thread a while back where the question - " I have 2 clusters on the same subnet, how do I get gmetad to display them as 2 clusters on the web frontend?" This was also answered:
You need to separate the ports where your clusters multicast. Default is 8649. Select another port for (8648) for your second cluster. Then you need to define two datasources in gmetad.conf (you only need one of those). data_source "cluster 1" node_in_cluster_1:8649 data_source "cluster 2" node_in_cluster_2:8648 My follow up questions is: Does this hold true for a Unicast configuration - I cannot run multicast and have tried to config as suggested above. However, I am not seeing any stats gathered on the gmetad host for the :8648 data sources. Any suggestions would be appreciated. Thx, CB

