diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2009-03-11 19:55:11 +0100 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2009-03-11 19:55:11 +0100 |
commit | 07e8a013e9984e62cebe7e79dad9fbe5f0e9c8cf (patch) | |
tree | 37ab5b2ec29d31bf8fb755c44e1df90bc7fe0aed /usr/local | |
parent | 754d81a5fb83477f8563e40099e53e5b71bee3a9 (diff) | |
download | pfsense-07e8a013e9984e62cebe7e79dad9fbe5f0e9c8cf.zip pfsense-07e8a013e9984e62cebe7e79dad9fbe5f0e9c8cf.tar.gz |
Correct the label name for the out pass traffic
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 8125576..444fb22 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -237,7 +237,7 @@ if((strstr($curdatabase, "-traffic.rrd")) && (file_exists("$rrddbpath$curdatabas $graphcmd .= "AREA:\"$curif-in_bits_block#{$colortrafficdown[1]}:$curif-in-block\" "; $graphcmd .= "AREA:\"$curif-in_bits_pass#{$colortrafficdown[0]}:$curif-in-pass:STACK\" "; $graphcmd .= "{$AREA}:\"$curif-out_bits_block_neg#{$colortrafficup[1]}:$curif-out-block\" "; - $graphcmd .= "{$AREA}:\"$curif-out_bits_pass_neg#{$colortrafficup[0]}:$curif-out-block:STACK\" "; + $graphcmd .= "{$AREA}:\"$curif-out_bits_pass_neg#{$colortrafficup[0]}:$curif-out-pass:STACK\" "; $graphcmd .= "COMMENT:\"\\n\" "; $graphcmd .= "COMMENT:\"\t\t maximum average current period\\n\" "; $graphcmd .= "COMMENT:\"in-pass\t\" "; |