Re: [Ganglia-developers] Pie chart problem in ganglia-3.0.3

2006-05-10 Thread Robert Walsh
> I just noticed this today on my REALLY old web server. You probably > need to upgrade the gd package on your AIX box (which I assume is > running your web server) to version 2 or later. BTW: I hadn't actually done this myself, but I just tried right now. The result was no change, since I think

Re: [Ganglia-developers] Pie chart problem in ganglia-3.0.3

2006-05-10 Thread Robert Walsh
On Thu, 2006-05-11 at 09:33 +0900, 황영철 wrote: > Hi > > I installed ganglia-3.0.3 on AIX 5.2 > > But It don't disply Pie chart. > > I saw Pie chart in ganglia-3.0.2 > > Why? I used php-4.0.6-5 and apache-1.3.31-1 > > Do I need to upgraed apache and php? I just noticed this today on my REAL

[Ganglia-developers] Pie chart problem in ganglia-3.0.3

2006-05-10 Thread 황영철
Hi I installed ganglia-3.0.3 on AIX 5.2 But It don't disply Pie chart. I saw Pie chart in ganglia-3.0.2 Why? I used php-4.0.6-5 and apache-1.3.31-1 Do I need to upgraed apache and php? Thanks in advance

Re: [Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-10 Thread Jason A. Smith
The patch I attached to that bugzilla report does exactly this, except I used a null output filename: http://bugzilla.ganglia.info/cgi-bin/bugzilla/attachment.cgi?id=15&action=view I just looked at the most recent rrdtool documentation: http://oss.oetiker.ch/rrdtool/doc/rrdgraph.en.html and it

Re: [Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-10 Thread Chuck Simmons
Aha! After reading the rrdgraph man pages on the net and screwing around a bunch, I modified the code in find_limits to look like: $command = RRDTOOL . " graph /tmp/dummygangliagraph.out ". "--start $start --end $end ". "DEF:limits='$rrd_dir/$metricname.rrd':'sum':A

Re: [Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-10 Thread Jason A. Smith
Hi Chuck, This is how it works for me. The cluster_view.php code sets a min & max value, using the find_limits function in functions.php. Then the graph.php code uses these values to set the rrdtool upper & lower limits in the graphs. About a year ago I discovered a bug that might have been rel

[Ganglia-developers] setting common upper-limit across a range of graphs

2006-05-10 Thread Chuck Simmons
I want to display multiple graphs with the same upper-limit value. Basically, I need to obtain the maximum upper limit from across the graphs (or a good estimate thereof) and then use that when displaying the graphs. For example, on cluster_view.php, we will display one graph for each node i