Re: [Ganglia-developers] Pie Chart not showing

2007-01-05 Thread Martin Knoblauch
--- [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

2007-01-05 Thread Alexander.Robinson
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