fix rest of fdb graph

git-svn-id: http://www.observium.org/svn/observer/trunk@1545 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-30 14:51:01 +00:00
parent 71a0ffab1e
commit 7f4dc0d68b

View File

@ -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";
?>