2007-04-03 14:10:23 +00:00
|
|
|
<?php
|
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$graph_array['height'] = '100';
|
|
|
|
|
$graph_array['width'] = '215';
|
2019-06-23 00:29:12 -05:00
|
|
|
$graph_array['to'] = \LibreNMS\Config::get('time.now');
|
2012-05-16 13:25:50 +00:00
|
|
|
$graph_array['id'] = $port['port_id'];
|
2011-03-16 18:28:52 +00:00
|
|
|
$graph_array['type'] = $graph_type;
|
2009-02-06 15:17:09 +00:00
|
|
|
|
2019-04-11 23:26:42 -05:00
|
|
|
require 'includes/html/print-graphrow.inc.php';
|