[email protected] wrote: > I've run into a bit of a problem with my understanding of how > metrics are created. We have a configuration where a number of hosts > (mixed windows / Linux) send data to a Linux host. This linux host > is then configured as the collector for a cluster in my gmetad.conf > file:
> I don't see the phys_disk_bytes_sec or phys_disk_time in the web UI > and I don't see RRD files with names like this under > /var/lib/ganglia/rrds/My Cluster/ > > Can anyone please advise what step I've missed in getting these > metrics from the host to my web frontend ? > > I did try adding these metrics to the gmond.conf on the Linux > collecter node, but it complained about not knowing about these - Your email is missing some relevant information. gmond doesn't store metrics into RRD files, it only makes the metric information available via XML. gmetad is the process that gets these metrics (from gmond nodes) and stores them on RRD files on disk. You seem to be debugging under the assumption that your problem is that the collector gmond isn't getting the metrics from the other gmond, but you haven't given us information to indicate that you've verified that. So: - Can you look at the XML from your collector node (tcp port 8649) and check if it's actually missing the metrics? - Is your gmetad polling the correct collector nodes? - If so, check logfiles and config for gmetad to look for problems storing the data to disk. Check syslog on that host, etc. -- Cos ------------------------------------------------------------------------------ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

