Hi Aaron,

Metrics are added to metrics group if you send the proper metric group 
e.g. in gmetric this flag is available

   -g, --group=STRING    Group(s) of the metric (comma-separated)


As far as adding mySQL summary graphs only to certain hosts you don't 
want to add it to default.json but in host specific override e.g. in 
/var/lib/ganglia-web/conf you would add host_myhostname.domain.com.json 
with following

{
   "excluded_reports": [
     "mem_report"
   ],
   "included_reports": [
     "mysql_report"
   ]
}

This would remove the memory report but include mysql report just for 
this host. You can also do it through the UI assuming you have 
reconfigured auth system not to be read-only and clicking the edit 
optional graphs button.

Vladimir


10/16/2015 u 10:41 AM, Aaron je napisao/la:
> Hi, I added a number of mysql graphs into the default.json file.   Now 
> they appear in every cluster summary area and every host.  How do make 
> it so the graphs only appears for a specific host?  Also how do I 
> group the metrics into groups?


------------------------------------------------------------------------------
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to