mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@ -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");
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user