'); } else { echo(''.$config['project_name'].''); } ?>
  • Overview
    • Overview
    • Alerts
      • Alerts
      • Alert Log
      • = '10') { ?>
      • Alert Rules
      • Alert Templates
    • Network Map'); } ?>
    • Eventlog
    • Syslog'); } ?>
    • Inventory
    • Search
    • IPv4 Search
    • IPv6 Search
    • MAC Search
    • ARP Tables
  • Devices
    • All Devices
        ' . ucfirst($devtype['type']) . ''); } echo ('
    • '); echo '
    • '; if ($_SESSION['userlevel'] >= '10') { if ($config['show_locations']) { echo('
    • Locations
        '); if ($config['show_locations_dropdown']) { foreach (getlocations() as $location) { echo('
      • ' . $location . '
      • '); } } echo('
    • '); } echo('
    • Add Device
    • Delete Device
    • '); } ?>
  • Services
    • All Services
    • Alerts ('.$service_alerts.')
    • '); } if ($_SESSION['userlevel'] >= '10') { echo('
    • Add Service
    • Delete Service
    • '); } ?>
  • Ports
    • All Ports
    • Errored ('.$ports['errored'].')'); } if (isset($ports['ignored'])) { echo('
    • Ignored ('.$ports['ignored'].')
    • '); } if ($config['enable_billing']) { echo('
    • Traffic Bills
    • '); $ifbreak = 1; } if ($config['enable_pseudowires']) { echo('
    • Pseudowires
    • '); $ifbreak = 1; } ?> = '5') { echo('
    • '); if ($config['int_customers']) { echo('
    • Customers
    • '); $ifbreak = 1; } if ($config['int_l2tp']) { echo('
    • L2TP
    • '); $ifbreak = 1; } if ($config['int_transit']) { echo('
    • Transit
    • '); $ifbreak = 1; } if ($config['int_peering']) { echo('
    • Peering
    • '); $ifbreak = 1; } if ($config['int_peering'] && $config['int_transit']) { echo('
    • Peering + Transit
    • '); $ifbreak = 1; } if ($config['int_core']) { echo('
    • Core
    • '); $ifbreak = 1; } } if ($ifbreak) { echo('
    • '); } if (isset($interface_alerts)) { echo('
    • Alerts ('.$interface_alerts.')
    • '); } $deleted_ports = 0; foreach (dbFetchRows("SELECT * FROM `ports` AS P, `devices` as D WHERE P.`deleted` = '1' AND D.device_id = P.device_id") as $interface) { if (port_permitted($interface['port_id'], $interface['device_id'])) { $deleted_ports++; } } ?>
    • Down
    • Disabled
    • Deleted ('.$deleted_ports.')'); } ?>
  • Health
    • Memory
    • Processor
    • Storage
    • '); } foreach (array('fanspeed','humidity','temperature') as $item) { if (isset($menu_sensors[$item])) { echo('
    • '.nicecase($item).'
    • '); unset($menu_sensors[$item]);$sep++; } } if ($sep) { echo('
    • '); $sep = 0; } foreach (array('current','frequency','power','voltage') as $item) { if (isset($menu_sensors[$item])) { echo('
    • '.nicecase($item).'
    • '); unset($menu_sensors[$item]);$sep++; } } if ($sep && array_keys($menu_sensors)) { echo('
    • '); $sep = 0; } foreach (array_keys($menu_sensors) as $item) { echo('
    • '.nicecase($item).'
    • '); unset($menu_sensors[$item]);$sep++; } ?>
  • = '5' && ($app_count) > "0") { ?>
  • Apps
      '.nicecase($app['app_type']).' '); } } ?>
  • = '5' && ($routing_count['bgp']+$routing_count['ospf']+$routing_count['cef']+$routing_count['vrf']) > "0") { ?>
  • Routing
      = '5' && $routing_count['vrf']) { echo('
    • VRFs
    • '); $separator++; } if ($_SESSION['userlevel'] >= '5' && $routing_count['ospf']) { if ($separator) { echo('
    • '); $separator = 0; } echo('
    • OSPF Devices
    • '); $separator++; } // BGP Sessions if ($_SESSION['userlevel'] >= '5' && $routing_count['bgp']) { if ($separator) { echo('
    • '); $separator = 0; } echo('
    • BGP All Sessions
    • BGP External
    • BGP Internal
    • '); } // Do Alerts at the bottom if ($bgp_alerts) { echo('
    • Alerted BGP (' . $bgp_alerts . ')
    • '); } echo('
    '); ?>
  • Packages
  • Plugins Plugins
    • = '10') { echo('
    • Plugin Admin
    • '); } ?>
  • System
    • Settings
    • = '10') { echo('
    • Global Settings
    • '); } ?>
    • My Settings
    • Users
    • = '10') { if (auth_usermanagement()) { echo('
    • Add User
    • Remove User
    • '); } echo('
    • Edit User
    • Authlog
    • Performance Performance
      • Pollers Pollers
    • API
      • API Settings
      • API Documentation
    • '); } ?>
    • Logout Logout
    • '); } ?>
    • About