Serverfarms » "); #$auth = TRUE; $menu_options = array('basic' => 'Basic', ); if (!$_GET['opta']) { $_GET['opta'] = "basic"; } $sep = ""; foreach ($menu_options as $option => $text) { if ($_GET['type'] == $option) { echo(""); } echo(''.$text.'') if ($_GET['type'] == $option) { echo(""); } echo(" | "); } unset($sep); echo(' Graphs: '); $graph_types = array("bits" => "Bits", "pkts" => "Packets", "conns" => "Connections"); foreach ($graph_types as $type => $descr) { echo("$type_sep"); if ($_GET['opte'] == $type) { echo(""); } echo(''.$descr.''); echo(''.$text.'') if ($_GET['opte'] == $type) { echo(""); } $type_sep = " | "; } print_optionbar_end(); echo("
"); $i = "0"; foreach (dbFetchRows("SELECT * FROM `loadbalancer_vservers` WHERE `device_id` = ? ORDER BY `classmap`", array($device['device_id'])) as $vserver) { if (is_integer($i/2)) { $bg_colour = $list_colour_a; } else { $bg_colour = $list_colour_b; } if($vserver['serverstate'] == "inService") { $vserver_class="green"; } else { $vserver_class="red"; } echo(""); #echo(""); echo(""); #echo(""); echo(""); echo(""); if ($_GET['type'] == "graphs") { echo(''); echo(""); } echo(""); echo(""); $i++; } echo("
" . $tunnel['local_addr'] . " » " . $tunnel['peer_addr'] . "" . $vserver['classmap'] . "" . $rserver['farm_id'] . "" . $vserver['serverstate'] . "
"); $graph_type = "vserver_" . $_GET['opte']; $graph_array['height'] = "100"; $graph_array['width'] = "215"; $graph_array['to'] = $config['time']['now']; $graph_array['id'] = $vserver['classmap_id']; $graph_array['type'] = $graph_type; include("includes/print-quadgraphs.inc.php"); echo("
"); ?>