Hi All,
Which packages are required for the php Web front end to run on RHEL 5.4?  The 
graphs on the Webpage are not resolving properly.  I have php-5.1.6-23, 
php-gd-5.1.6-23 and rrdtool-1.4.1 installed.  Are there other packages that are 
needed for the graph resolution?

I am also receiving a error on the httpd/error_log

[Wed Jan 06 20:06:29 2010] [error] [client 192.168.200.151] PHP Notice:  
Undefined offset:  0 in /var/www/html/ganglia/ganglia.php on line 42
[Wed Jan 06 20:06:29 2010] [error] [client 192.168.200.151] PHP Notice:  
Undefined offset:  1 in /var/www/html/ganglia/ganglia.php on line 43



Here are the corresponding lines

39 # Get rrdtool version
     40 $rrdtool_version = array();
     41 exec(RRDTOOL, $rrdtool_version);
     42 $rrdtool_version = explode(" ", $rrdtool_version[0]);
     43 $rrdtool_version = $rrdtool_version[1];
     44 $version["rrdtool"] = "$rrdtool_version";

Not sure how to resolve this issue, any ideas.



KHK

---------------------------------------------------------------------------------------------------
Weidlinger Associates, Inc. made the following annotations.

“This message and any attachments are solely for the intended recipient and may 
contain confidential or privileged information. If you are not the intended 
recipient, any disclosure, copying, use, or distribution of the information 
included in this message and any attachments is prohibited. If you have 
received this communication in error, please notify us by reply e-mail and 
immediately and permanently delete this message and any attachments. Thank you.”

“Please consider our environment before printing this email.”
------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Ganglia-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to