mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-31 16:23:50 +02: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:
@@ -15,7 +15,8 @@ $ds_in = "dr";
|
||||
$ds_out = "dw";
|
||||
|
||||
$multiplier = "8";
|
||||
$format = "bytes";
|
||||
|
||||
include("includes/graphs/generic_bits.inc.php");
|
||||
include("includes/graphs/generic_data.inc.php");
|
||||
|
||||
?>
|
||||
|
||||
@@ -16,6 +16,6 @@ $ds_out = "ns";
|
||||
|
||||
$multiplier = "8";
|
||||
|
||||
include("includes/graphs/generic_bits.inc.php");
|
||||
include("includes/graphs/generic_data.inc.php");
|
||||
|
||||
?>
|
||||
|
||||
@@ -14,6 +14,6 @@ $multiplier = 8;
|
||||
$ds_in = "BRd";
|
||||
$ds_out = "BSt";
|
||||
|
||||
include("includes/graphs/generic_bits.inc.php");
|
||||
include("includes/graphs/generic_data.inc.php");
|
||||
|
||||
?>
|
||||
|
||||
@@ -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