On Thursday, 28 June 2018 14:09:45 CEST jlh wrote:
> Hi Folks,
> 
> I think I can get what I need done if I can figure out how to run 
> multiple instances of gmond on my gmetad server.
> I created several custom gmond files in /etc/ganglia/conf.d which have 
> different cluster names and run on different ports.
> However, when I set up my clients, they all seem to gather under only 
> the name of one of the files under conf.d

I used to run one server collecting 6 different sources. The config is still 
laying around.
There was one gmetad instance running with a config like yours.
For gmond I changed the init script to start 6 instances with different config 
files specified using parameter -c

For the cluster your gmetad server belongs to try to set
globals {
  mute = no
  deaf = no
}
for the other try to remove the udp_send_channel configuration and set
globals {
  mute = yes
  deaf = no
}


regards
Markus
-- 
Markus Koeberl
Graz University of Technology
Signal Processing and Speech Communication Laboratory
E-mail: markus.koeb...@tugraz.at

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to