'; echo "
| System Name | '.$device['sysName'].' |
| Resolved IP | {$device['ip']} |
| IP Address | $ip |
| Description | '.display($device['purpose']).' |
| Hardware | '.$device['hardware'].' |
| Operating System | '.$device['os_text'].' '.$device['version'].' '.$device['features'].' |
| Serial | '.$device['serial'].' |
| Object ID | '.$device['sysObjectID'].' |
| Contact | '; if (get_dev_attrib($device, 'override_sysContact_bool')) { echo ''.htmlspecialchars(get_dev_attrib($device, 'override_sysContact_string')).' |
| SNMP Contact | '; } echo ''.htmlspecialchars($device['sysContact']).' |
| Location | '.$device['location'].' |
| SNMP Location | '.$device['real_location'].' |
| Lat / Lng | ['.$loc['lat'].','.$loc['lng'].'] |
| $uptime_text | $uptime |
{$perf_debug['traceroute']}