Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: When browsing Ganglia Web if one goes to a host or group and tries to expand a metrics group to toggle on the graphs, it silently fails to do so. Version-Release number of selected component (if applicable): 3.7.6 How reproducible: Always. Steps to Reproduce: 1. Browse on Ganglia Web to a desired host. 2. Click on any group metrics button. Actual results: Nothing happens. Expected results: Button expands and shows underneath showing the graphs for the metrics group. Additional info: The following error is noted in the php-fpm error logs: PHP Parse error: syntax error, unexpected string content "", expecting "-" or identifier or variable or number in /usr/share/ganglia/metric_group_view.php on line 108 The line in question looks as follow: . "&js=$jobstart&st=$cluster['LOCALTIME']"; To fix the issue replace: $cluster['LOCALTIME'] with: $cluster[LOCALTIME] The problem here is that this line is enclosed in double quotes, and therefore the single quotes to reference the element in the array should not be there. Seems like a quirk of PHP. I have checked the other files in the source and I did not find this issue anywhere else.
Thanks for report and fix
FEDORA-2025-757fe3d575 (ganglia-3.7.2-58.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2025-757fe3d575
FEDORA-EPEL-2025-550175f160 (ganglia-3.7.2-58.el9) has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-550175f160
FEDORA-2025-93cb4fb1de (ganglia-3.7.2-58.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-93cb4fb1de
FEDORA-2025-aa8fb330b9 (ganglia-3.7.2-58.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-aa8fb330b9
FEDORA-EPEL-2025-5a938f85bf (ganglia-3.7.2-58.el8) has been submitted as an update to Fedora EPEL 8. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-5a938f85bf
FEDORA-EPEL-2025-5a938f85bf has been pushed to the Fedora EPEL 8 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-5a938f85bf See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-93cb4fb1de has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-93cb4fb1de` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-93cb4fb1de See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-EPEL-2025-550175f160 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2025-550175f160 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-aa8fb330b9 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-aa8fb330b9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-aa8fb330b9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-757fe3d575 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-757fe3d575` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-757fe3d575 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2025-aa8fb330b9 (ganglia-3.7.2-58.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2025-5a938f85bf (ganglia-3.7.2-58.el8) has been pushed to the Fedora EPEL 8 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-93cb4fb1de (ganglia-3.7.2-58.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-EPEL-2025-550175f160 (ganglia-3.7.2-58.el9) has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2025-757fe3d575 (ganglia-3.7.2-58.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.