On Thu, 5 May 2005, Jerry L. wrote: > > I have ganglia running on two IA-32 clusters with no problems. I > installed 2.5.7 and things are mostly working ok with the exception of > the metrics graphs. Everything shows up except the graphs. After a > refresh you can see the graph placeholders for a second before they > disappear. I appear to have ruled out any browser issue.
I have had this happen a couple times before, and when it did, it turned out that PHP was running into a memory limit imposed in the /etc/php.ini file. I upped memory_limit from the default 8M to 16M. After that, the graphs appeared again. Since I don't know how many machines your are monitoring, I am not sure if this would even apply to you. --Rick

