From 7f4dc0d68b0d587948c66ea2531d0218360802b4 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 30 Jul 2010 14:51:01 +0000 Subject: [PATCH] fix rest of fdb graph git-svn-id: http://www.observium.org/svn/observer/trunk@1545 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/device/fdb_count.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/includes/graphs/device/fdb_count.inc.php b/html/includes/graphs/device/fdb_count.inc.php index ae683f13ea..2339d45bf0 100755 --- a/html/includes/graphs/device/fdb_count.inc.php +++ b/html/includes/graphs/device/fdb_count.inc.php @@ -10,7 +10,7 @@ include("includes/graphs/common.inc.php"); $rrd_options .= " COMMENT:'MACs Current Minimum Maximum Average\\n'"; $rrd_options .= " AREA:value#EEEEEE:value"; $rrd_options .= " LINE1.25:value#36393D:"; - $rrd_options .= " GPRINT:value:LAST:%6.2lf\ GPRINT:cvalue:AVERAGE:%6.2lf\ "; - $rrd_options .= " GPRINT:value:MAX:%6.2lf\ GPRINT:cvalue:AVERAGE:%6.2lf\\\\n"; + $rrd_options .= " GPRINT:value:LAST:%6.2lf\ GPRINT:value:AVERAGE:%6.2lf\ "; + $rrd_options .= " GPRINT:value:MAX:%6.2lf\ GPRINT:value:AVERAGE:%6.2lf\\\\n"; ?>