Latency » "); if(count($smokeping_files['in'][$device['hostname']])) $menu_options['incoming'] = 'Incoming'; if(count($smokeping_files['out'][$device['hostname']])) $menu_options['outgoing'] = 'Outgoing'; $sep = ""; foreach ($menu_options as $option => $text) { if(!$vars['view']) { $vars['view'] = $option; } echo($sep); if ($vars['view'] == $option) { echo("
"); } $sep = " | "; } unset($sep); print_optionbar_end(); echo('');
echo('Aggregate'); include("includes/print-quadgraphs.inc.php"); echo(' |
');
echo(''.generate_device_link($host).''); $graph_array['type'] = "smokeping_in"; $graph_array['id'] = $device['device_id']; $graph_array['src'] = $host['device_id']; include("includes/print-quadgraphs.inc.php"); echo(' |
');
echo('Aggregate'); include("includes/print-quadgraphs.inc.php"); echo(' |
');
echo(''.generate_device_link($host).''); $graph_array['type'] = "smokeping_out"; $graph_array['id'] = $device['device_id']; $graph_array['dest'] = $host['device_id']; include("includes/print-quadgraphs.inc.php"); echo(' |