Lists » '); $menu_options = array('basic' => 'Basic', 'detail' => 'Detail'); $sep = ""; foreach ($menu_options as $option => $text) { echo($sep); if ($vars['format'] == "list_".$option) { echo(""); } echo('' . $text . ''); if ($vars['format'] == "list_".$option) { echo(""); } $sep = " | "; } ?> | Graphs » 'Bits', 'processor' => 'CPU', 'mempool' => 'Memory', 'uptime' => 'Uptime', 'storage' => 'Storage', 'diskio' => 'Disk I/O' ); $sep = ""; foreach ($menu_options as $option => $text) { echo($sep); if ($vars['format'] == 'graph_'.$option) { echo(""); } echo('' . $text . ''); if ($vars['format'] == 'graph_'.$option) { echo(""); } $sep = " | "; } ?>
'')).'">Restore Search'); } else { echo('Remove Search'); } echo(" | "); if (isset($vars['bare']) && $vars['bare'] == "yes") { echo('Restore Header'); } else { echo('Remove Header'); } ?>
Update URL | Reset
".$device['hostname']." - ".$interface['ifDescr']."\ \ ', CENTER, LEFT, FGCOLOR, '#e5e5e5', BGCOLOR, '#e5e5e5', WIDTH, 400, HEIGHT, 150);\" onmouseout=\"return nd();\" >". " "); } } } } else { echo('
'); if ($subformat == "detail" || $subformat == "basic") { echo(''); } foreach (dbFetchRows($query, $sql_param) as $device) { if (device_permitted($device['device_id'])) { if (!isset($location_filter) || ((get_dev_attrib($device,'override_sysLocation_bool') && get_dev_attrib($device,'override_sysLocation_string') == $location_filter) || $device['location'] == $location_filter)) { $cell_click = 'onclick="location.href=\'device/device='.$device['device_id'].'/\'" style="cursor: pointer;"'; if ($subformat == "detail") { include("includes/hostbox.inc.php"); } else { include("includes/hostbox-basic.inc.php"); } } } } echo("
Device Platform Operating System Uptime/Location Actions
"); echo('
'); echo('
'); } ?>