2007-04-03 14:10:23 +00:00
|
|
|
<?php
|
|
|
|
|
2007-11-21 14:26:24 +00:00
|
|
|
global $config;
|
|
|
|
|
2010-07-25 14:21:05 +00:00
|
|
|
#if(!$graph_type) { $graph_type = $_GET['type']; }
|
|
|
|
#if(!$device) { $device['device_id'] = getifhost($interface['interface_id']); }
|
2009-02-06 15:17:09 +00:00
|
|
|
|
2010-03-11 21:58:50 +00:00
|
|
|
$graph_array['height'] = "100";
|
|
|
|
$graph_array['width'] = "215";
|
|
|
|
$graph_array['to'] = $now;
|
2010-07-25 14:21:05 +00:00
|
|
|
$graph_array['id'] = $interface['interface_id'];
|
2010-03-11 21:58:50 +00:00
|
|
|
$graph_array['type'] = $graph_type;
|
|
|
|
|
2010-07-25 14:21:05 +00:00
|
|
|
include("includes/print-quadgraphs.inc.php");
|
2010-07-18 09:57:48 +00:00
|
|
|
|
2007-04-03 14:10:23 +00:00
|
|
|
?>
|