summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-03-16 12:27:01 +0100
committersmos <seth.mos@dds.nl>2011-03-16 12:27:01 +0100
commit505483ce74cbf8d673f88a4b575954944c11832d (patch)
tree1be589478a8c4b1892ee5b927efc244632bd4af9 /usr/local/www/status_rrd_graph_img.php
parentac463c006fa212ec1f784e4c29326cf47c7b02cd (diff)
downloadpfsense-505483ce74cbf8d673f88a4b575954944c11832d.zip
pfsense-505483ce74cbf8d673f88a4b575954944c11832d.tar.gz
Fix ticket #1354
Diffstat (limited to 'usr/local/www/status_rrd_graph_img.php')
-rw-r--r--usr/local/www/status_rrd_graph_img.php2
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 8af6e7d..dccdecc 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -545,7 +545,7 @@ elseif((strstr($curdatabase, "-packets.rrd")) && (file_exists("$rrddbpath$curdat
$graphcmd .= "GPRINT:\"$curif-in_pps_block:LAST:%7.2lf %S pps\" ";
$graphcmd .= "GPRINT:\"$curif-pps_in_t_block:AVERAGE:%7.2lf %s pkts\" ";
$graphcmd .= "COMMENT:\"\\n\" ";
- $graphcmd .= "COMMENT:\"out-pass\t\" ";
+ $graphcmd .= "COMMENT:\"out-block\t\" ";
$graphcmd .= "GPRINT:\"$curif-out_pps_block:MAX:%7.2lf %s pps\" ";
$graphcmd .= "GPRINT:\"$curif-out_pps_block:AVERAGE:%7.2lf %S pps\" ";
$graphcmd .= "GPRINT:\"$curif-out_pps_block:LAST:%7.2lf %S pps\" ";
OpenPOWER on IntegriCloud