mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	git-svn-id: http://www.observium.org/svn/observer/trunk@492 61d68cd4-352d-0410-923a-c4978735b2b8
		
			
				
	
	
		
			122 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			122 lines
		
	
	
		
			4.5 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
$interface_query = mysql_query("select * from interfaces WHERE interface_id = '".$_GET['opta']."'");
 | 
						|
$interface = mysql_fetch_array($interface_query);
 | 
						|
 | 
						|
 $port_details = 1;
 | 
						|
 | 
						|
 $hostname = $device['hostname'];
 | 
						|
 $hostid   = $device['interface_id'];
 | 
						|
 $ifname   = $interface['ifDescr'];
 | 
						|
 $ifIndex   = $interface['ifIndex'];
 | 
						|
 $speed = humanspeed($interface['ifSpeed']);
 | 
						|
 | 
						|
 $ifalias = $interface['name'];
 | 
						|
 | 
						|
 if($interface['ifPhysAddress']) { $mac = "$interface[ifPhysAddress]"; } 
 | 
						|
 | 
						|
 $color = "black";
 | 
						|
 if ($interface['ifAdminStatus'] == "down") { $status = "<span class='grey'>Disabled</span>"; }
 | 
						|
 if ($interface['ifAdminStatus'] == "up" && $interface['ifOperStatus'] == "down") { $status = "<span class='red'>Enabled / Disconnected</span>"; }
 | 
						|
 if ($interface['ifAdminStatus'] == "up" && $interface['ifOperStatus'] == "up") { $status = "<span class='green'>Enabled / Connected</span>"; }
 | 
						|
 | 
						|
 $i = 1; 
 | 
						|
 $inf = fixifName($ifname);
 | 
						|
 | 
						|
 $bg="#ffffff";
 | 
						|
 | 
						|
 $show_all = 1;
 | 
						|
 | 
						|
 echo("<div class=ifcell style='margin: 0px;'><table width=100% cellpadding=10 cellspacing=0>");
 | 
						|
 | 
						|
   include("includes/print-interface.inc.php");
 | 
						|
 | 
						|
 echo("</table></div>");
 | 
						|
 | 
						|
 $pos = strpos(strtolower($ifname), "vlan");
 | 
						|
 if( $pos !== false ) {
 | 
						|
  $broke = yes;
 | 
						|
 }
 | 
						|
 $pos = strpos(strtolower($ifname), "loopback");
 | 
						|
 if( $pos !== false ) {
 | 
						|
   $broke = yes;
 | 
						|
 }
 | 
						|
 | 
						|
 if(mysql_result(mysql_query("SELECT COUNT(*) FROM `interfaces` WHERE `pagpGroupIfIndex` = '".$interface['ifIndex']."' and `device_id` = '".$device['device_id']."'"),0)) {
 | 
						|
  $pagp = " | <a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/pagp/'>PAgP</a>";
 | 
						|
 }
 | 
						|
 | 
						|
echo("<div style='clear: both;'>");
 | 
						|
 | 
						|
echo("
 | 
						|
<div style='margin:auto; text-align: center; margin-top: 0px; margin-bottom: 10px;'>
 | 
						|
  <b class='rounded'>
 | 
						|
  <b class='rounded1'><b></b></b>
 | 
						|
  <b class='rounded2'><b></b></b>
 | 
						|
  <b class='rounded3'></b>
 | 
						|
  <b class='rounded4'></b>
 | 
						|
  <b class='rounded5'></b></b>
 | 
						|
  <div class='roundedfg' style='padding: 0px 5px;'>
 | 
						|
  <div style='margin: auto; text-align: left; padding: 2px 5px; padding-left: 11px; clear: both; display:block; height:20px;'>
 | 
						|
 | 
						|
<a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/'>Graphs</a> | 
 | 
						|
<a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/arp/'>ARP Table</a>$pagp");
 | 
						|
 | 
						|
 | 
						|
 | 
						|
 if(mysql_result(mysql_query("SELECT count(*) FROM mac_accounting WHERE interface_id = '".$interface['interface_id']."'"),0)){
 | 
						|
 | 
						|
   echo(" | Mac Accounting : 
 | 
						|
   <a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/macaccounting/bits/'>Bits</a> 
 | 
						|
   (<a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/macaccounting/bits/thumbs/'>Mini</a>|<a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/macaccounting/bits/top10/'>Top10</a>) | 
 | 
						|
   <a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/macaccounting/pkts/'>Packets</a>
 | 
						|
   (<a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id']."/macaccounting/pkts/thumbs/'>Mini</a>)");
 | 
						|
  }
 | 
						|
 | 
						|
echo("</div>
 | 
						|
</div>
 | 
						|
  <b class='rounded'>
 | 
						|
  <b class='rounded5'></b>
 | 
						|
  <b class='rounded4'></b>
 | 
						|
  <b class='rounded3'></b>
 | 
						|
  <b class='rounded2'><b></b></b>
 | 
						|
  <b class='rounded1'><b></b></b></b>
 | 
						|
</div>
 | 
						|
");
 | 
						|
 | 
						|
if($_GET['optb']) {
 | 
						|
 | 
						|
include("pages/device/port/".mres($_GET['optb']).".inc.php");
 | 
						|
 | 
						|
} else {
 | 
						|
  if(file_exists($config['rrd_dir'] . "/" . $hostname . "/". $ifIndex . ".rrd")) {
 | 
						|
 | 
						|
    $iid = $id;
 | 
						|
    echo("<div class=graphhead>Interface Traffic</div>");
 | 
						|
    $graph_type = "port_bits";
 | 
						|
    include("includes/print-interface-graphs.inc.php");
 | 
						|
 | 
						|
    echo("<div class=graphhead>Interface Packets</div>");
 | 
						|
    $graph_type = "port_upkts";
 | 
						|
    include("includes/print-interface-graphs.inc.php");
 | 
						|
 | 
						|
    echo("<div class=graphhead>Interface Non Unicast</div>");
 | 
						|
    $graph_type = "port_nupkts";
 | 
						|
    include("includes/print-interface-graphs.inc.php");
 | 
						|
 | 
						|
    echo("<div class=graphhead>Interface Errors</div>");
 | 
						|
    $graph_type = "port_errors";
 | 
						|
    include("includes/print-interface-graphs.inc.php");
 | 
						|
 | 
						|
    if(is_file($config['rrd_dir'] . "/" . $device['hostname'] . "/etherlike-" . $interface['ifIndex'] . ".rrd")) {
 | 
						|
      echo("<div class=graphhead>Ethernet Errors</div>");
 | 
						|
      $graph_type = "port_etherlike";
 | 
						|
      include("includes/print-interface-graphs.inc.php");
 | 
						|
    }
 | 
						|
  }
 | 
						|
 
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
?>
 |