Ganglia cannot display cluster view with certain version of php

By: | Comments: No Comments

Posted in categories: Computer Tips, Work related

This is related with a version compatibility issue.

nano +26 /usr/share/ganglia/cluster_view.php

change

$context_metrics = “”;

to

$context_metrics = array();

will do the job.

Be the first to comment!

Leave a Reply