summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_rrd_graph_img.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-07-17 11:50:33 -0400
committerjim-p <jimp@pfsense.org>2013-07-17 11:51:24 -0400
commit10452f6c3d2a7e6f5c295a0ee66041b69cc8f98a (patch)
treec1314fbd6d649036970870ee2e63d9ebf160f591 /usr/local/www/status_rrd_graph_img.php
parent7bc1b96813be68982c14f244b0ac82ccc14e84af (diff)
downloadpfsense-10452f6c3d2a7e6f5c295a0ee66041b69cc8f98a.zip
pfsense-10452f6c3d2a7e6f5c295a0ee66041b69cc8f98a.tar.gz
This is not a percentage
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 42a0b24..632d8e9 100644
--- a/usr/local/www/status_rrd_graph_img.php
+++ b/usr/local/www/status_rrd_graph_img.php
@@ -910,7 +910,7 @@ elseif((strstr($curdatabase, "-mbuf.rrd")) && (file_exists("$rrddbpath$curdataba
/* define graphcmd for mbuf usage stats */
$graphcmd = "$rrdtool graph $rrdtmppath$curdatabase-$curgraph.png ";
$graphcmd .= "--start $start --end $end --step $step ";
- $graphcmd .= "--vertical-label \"utilization, percent\" ";
+ $graphcmd .= "--vertical-label \"utilization\" ";
$graphcmd .= "--color SHADEA#eeeeee --color SHADEB#eeeeee ";
$graphcmd .= "--title \"`hostname` - {$prettydb} - {$hperiod} - {$havg} average\" ";
$graphcmd .= "--height 200 --width 620 ";
OpenPOWER on IntegriCloud