'); echo("
"); if ($config['overview_show_sysDescr']) { echo('' . $device['sysDescr'] . ""); } echo('
'); $uptime = $device['uptime']; if ($device['os'] == "ios") { formatCiscoHardware($device); } if ($device['features']) { $device['features'] = "(".$device['features'].")"; } $device['os_text'] = $config['os'][$device['os']]['text']; if ($device['hardware']) { echo(''); } echo(''); if ($device['serial']) { echo(''); } if ($device['sysContact']) { echo(''); if (get_dev_attrib($device,'override_sysContact_bool')) { echo(' '); } echo(' '); } if ($device['location']) { echo(''); if (get_dev_attrib($device,'override_sysLocation_bool') && !empty($device['real_location'])) { echo(''); } } if ($uptime) { echo(''); } echo('
Hardware ' . $device['hardware']. '
Operating System ' . $device['os_text'] . ' ' . $device['version'] . ' ' . $device['features'] . '
Serial ' . $device['serial']. '
Contact' . htmlspecialchars(get_dev_attrib($device,'override_sysContact_string')) . '
SNMP Contact' . htmlspecialchars($device['sysContact']). '
Location ' . $device['location']. '
SNMP Location ' . $device['real_location']. '
Uptime ' . formatUptime($uptime) . '
'); ?>