Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2006-01-04 Thread Ramon Bastiaans
That means you are still missing libgd and the php-gd extension, as I mailed before. - Ramon. Jai Rangi wrote: Hello Martin, Here is the error message I am getting for pie chart, [client client_machine] PHP Fatal error: Call to undefined function ImageCreate() in

Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2006-01-04 Thread Martin Knoblauch
Jai, Ramon is right. You are at least missing php-gd. I could reproduce your problem on my FC4 installation. I did not get the pie charts also. Installing php-gd via yum and restarting Apache solved the problem. You may also need gd-devel, which provides /usr/lib/libgd.so. Check with php -m or

Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2006-01-04 Thread Ramon Bastiaans
Martin, Hehe, yes. PHP is not case sensitive about function names. The idiot who decided that should be shot imho. ;) It seems PHP requires some sort of GD library to be able to use the image** functions. From the website http://www.php.net/manual/en/ref.image.php: -- start -- If you have

Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2006-01-04 Thread Jai Rangi
Martin and Ramon, Greeting. Before you read this just want tell you that its working now. Ofcourse you get the credit for giving hints and suggestion. This is what I was doing I am still in the learning phase, so please forgive me if I don't understands or miss obvious things.

Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2006-01-03 Thread Jai Rangi
Hello Martin, Here is the error message I am getting for pie chart, [client client_machine] PHP Fatal error: Call to undefined function ImageCreate() in /var/www/html/ganglia/pie.php on line 117, referer: http://server_name:/ganglia/?c=Linux%20Clusterm=r=hours=descendinghc=4 Thank you so

Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2006-01-03 Thread Martin Knoblauch
Jai, just as an experiment, could you make alle the Image* functions in that file into all-lowercase? e.g. ImageCreate - imagecreate The man pages show them that way. Cheers Martin --- Jai Rangi [EMAIL PROTECTED] wrote: Hello Martin, Here is the error message I am getting for pie chart,

Re: [Ganglia-general] Ganglia Not showing all the Graphs Properly,

2005-12-22 Thread Jai Rangi
Thanks Roman, I checked all this, I have rrdtool, php-gd added extension-gd.so in php.ini I can see the graphs, but they are not the right graphs. The graph I see is only load_one information over all the nodes.. Here are some error in my http_ error_log file BTW I am using php5.0, can that be