ganglia / monitor-core

Ganglia Monitoring core
BSD 3-Clause "New" or "Revised" License
490 stars 246 forks source link

Need unique names for many small clusters in unicast send-only configuration #306

Open sarnold opened 5 years ago

sarnold commented 5 years ago

Other requirements include:

Currently the "node" data from all the different clusters shows up under the one cluster name configured on the receive host. I'd really like to define a unique name for each (small) cluster so they appear that way in the data and the web view, and managing that many ports/configurations as the number of clusters increases is a nightmare.

So I guess I'm looking for the right approach/places in the code to achieve this with something like the override_hostname config option, only for clustername. I scanned through the source code but nothing jumped out at me, so I could really use some pointers/feedback.