Serverfarm Rservers » "; // $auth = TRUE; $menu_options = array('basic' => 'Basic'); if (!$_GET['opta']) { $_GET['opta'] = 'basic'; } $sep = ''; foreach ($menu_options as $option => $text) { if ($_GET['optd'] == $option) { echo "
'; } echo ' | '; } unset($sep); echo ' Graphs: '; // $graph_types = array("bits" => "Bits", // "pkts" => "Packets", // "errors" => "Errors"); $graph_types = array( 'curr' => 'CurrentConns', 'failed' => 'FailedConns', 'total' => 'TotalConns', ); foreach ($graph_types as $type => $descr) { echo "$type_sep"; if ($_GET['opte'] == $type) { echo " '; } $type_sep = ' | '; } print_optionbar_end(); echo "" . $tunnel['local_addr'] . " » " . $tunnel['peer_addr'] . " | "); echo ''.$rserver['farm_id'].' | '; // echo("" . $rserver['farm_id'] . " | "); echo "".$rserver['StateDescr'].' | '; echo '
'; $graph_type = 'rserver_'.$_GET['opte']; $graph_array['height'] = '100'; $graph_array['width'] = '215'; $graph_array['to'] = $config['time']['now']; $graph_array['id'] = $rserver['rserver_id']; $graph_array['type'] = $graph_type; require 'includes/print-graphrow.inc.php'; // include("includes/print-interface-graphs.inc.php"); echo ' |