ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
317 stars 169 forks source link

problem with ganglia on rocky linux #374

Open mygangli opened 2 years ago

mygangli commented 2 years ago

I have installed ganglia on rocky Linux for monitoring. Ganglia was installed successfully but in browser it cannot show any thing and only show a white page without any errors. On terminal with 'gstat –an' command, it shows information about server and nodes, but in browser it shows only white page without any graph or information. Previous I installed and used ganglia on centos7 without any problem but now on rocky, it does not show any thing on browser. How can I solve problem? Thanks,

berlin2123 commented 1 year ago

it may be a solution to use Ganglia-web inside a centos7 container on your Rocky8/9 hosts. Seeing: https://github.com/berlin2123/ganglia-web-docker/tree/main/ganglia-web-centos7

zeekus commented 12 months ago

What version of php is Rocky installing ? Sounds like it could be related to a PHP8 issue. https://github.com/ganglia/ganglia-web/issues/361 look for my fix in there.

berlin2123 commented 5 months ago

fixed in #376 and #379 . You can try the version 3.7.6 from epel now. 3.7.6 still have problems in MONTH and YEAR view in php8, which will be fixed in the next version.