add previous period overlay to generic_bits/bytes and generic_duplex

git-svn-id: http://www.observium.org/svn/observer/trunk@3063 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-04-20 10:35:13 +00:00
parent df58d56bb6
commit ee65ae5350
19 changed files with 92 additions and 120 deletions

View File

@ -22,6 +22,6 @@ $rrddir = $config['rrd_dir']."/".$device['hostname'];
$hostname = (isset($_GET['hostname']) ? $_GET['hostname'] : "unkown");
$rrd_filename = $rrddir."/app-shoutcast-".$app['app_id']."-".$hostname.".rrd";
include("includes/graphs/generic_bits.inc.php");
include("includes/graphs/generic_data.inc.php");
?>