diff --git a/discovery.php b/discovery.php index de7fa12f6f..0001685036 100755 --- a/discovery.php +++ b/discovery.php @@ -114,7 +114,7 @@ while ($device = mysql_fetch_array($device_query)) #include("includes/discovery/os.inc.php"); include("includes/discovery/ports.inc.php"); - include("includes/discovery/entity-physical.inc.php"); +# include("includes/discovery/entity-physical.inc.php"); include("includes/discovery/processors.inc.php"); include("includes/discovery/mempools.inc.php"); include("includes/discovery/ipv4-addresses.inc.php"); diff --git a/html/includes/graphs/atmvp/bits.inc.php b/html/includes/graphs/atmvp/bits.inc.php index e69de29bb2..a7f8b6b230 100644 --- a/html/includes/graphs/atmvp/bits.inc.php +++ b/html/includes/graphs/atmvp/bits.inc.php @@ -0,0 +1,22 @@ + diff --git a/html/pages/device/port/junose-atm-vp.inc.php b/html/pages/device/port/junose-atm-vp.inc.php index cef6a555d7..eaebce14a7 100644 --- a/html/pages/device/port/junose-atm-vp.inc.php +++ b/html/pages/device/port/junose-atm-vp.inc.php @@ -15,7 +15,7 @@ echo(''); $graph_array['height'] = "100"; - $graph_array['width'] = "215"; + $graph_array['width'] = "214"; $graph_array['to'] = $now; $graph_array['id'] = $vp['juniAtmVp_id']; $graph_array['type'] = $graph_type; diff --git a/includes/polling/junose-atm-vp.inc.php b/includes/polling/junose-atm-vp.inc.php index b64f116e8b..75bdd37b1f 100755 --- a/includes/polling/junose-atm-vp.inc.php +++ b/includes/polling/junose-atm-vp.inc.php @@ -1,7 +1,6 @@