From 9d28db5621b831bde0ee2f7335d13df2ad00779a Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 3 Aug 2010 16:26:53 +0000 Subject: [PATCH] remove old debug from packets graph (oopsiepops) git-svn-id: http://www.observium.org/svn/observer/trunk@1639 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/port/nupkts.inc.php | 2 ++ html/includes/graphs/port/upkts.inc.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/html/includes/graphs/port/nupkts.inc.php b/html/includes/graphs/port/nupkts.inc.php index 9fd99badd0..ce4b9f7dee 100644 --- a/html/includes/graphs/port/nupkts.inc.php +++ b/html/includes/graphs/port/nupkts.inc.php @@ -55,4 +55,6 @@ elseif(is_file($config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename($ } +echo($config['rrd_dir'] . "/" . $device['hostname'] . "/" . safename($port['ifIndex'] . ".rrd"); + ?> diff --git a/html/includes/graphs/port/upkts.inc.php b/html/includes/graphs/port/upkts.inc.php index 330000b5b9..89539ea01b 100644 --- a/html/includes/graphs/port/upkts.inc.php +++ b/html/includes/graphs/port/upkts.inc.php @@ -16,6 +16,6 @@ $colour_area_out_max = "FFefaa"; $graph_max = 1; $unit_text = "Packets"; -#include("includes/graphs/generic_duplex.inc.php"); +include("includes/graphs/generic_duplex.inc.php"); ?>