'; }
echo('
|
' . $entry['datetime'] . '
| ');
if (!isset($_GET['id']) && (!isset($overview) || $overview == 0)) {
$dev = device_by_id_cache($entry['host']);
echo("
" . generate_device_link($dev, shorthost($dev['hostname'])) . "
| ");
}
if ($entry['type'] == "interface")
{
$entry['link'] = "".generate_port_link(getifbyid($entry['reference']))."";
} else {
$entry['link'] = "System";
}
echo("".$entry['link']." | ");
echo("".htmlspecialchars($entry['message']) . " |
");
?>