Re: [Ganglia-developers] Pie Chart not showing
--- [EMAIL PROTECTED] wrote: > All, > > We've added the following to cluster_view.php: > > /** BEGIN MTB **/ > if ($clustername == "AMS GDC" || > $clustername == "Expro Lite Site" || > $clustername == "SEPNO Lite Site") { > $optional_graphs = arra
[Ganglia-developers] Pie Chart not showing
All, We've added the following to cluster_view.php: /** BEGIN MTB **/ if ($clustername == "AMS GDC" || $clustername == "Expro Lite Site" || $clustername == "SEPNO Lite Site") { $optional_graphs = array('session'); } /** END